This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v1.5.1 (2022-11-29)
6+ ### Fix
7+ * ** ci:** Update checks, ` pre-commit ` config and fix ` make ` targets ([ ` b473f6f ` ] ( https://github.com/agblox/template-python/commit/b473f6ff1a6d7587936b375a4068e75a3c2d747c ) )
8+
59## v1.5.0 (2022-08-11)
610### Feature
711* Add cli tool template ([ ` 05394a0 ` ] ( https://github.com/agblox/template-python/commit/05394a03dde8e716abe9b400ade7283edeb92656 ) )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ MAKEFLAGS += --no-builtin-rules
88
99PACKAGE_NAME := template-python
1010PACKAGE_PATH := src/template_python
11- VERSION := 1.5.0
11+ VERSION := 1.5.1
1212PYTHON_VERSION := $(shell cat .python-version)
1313
1414.DEFAULT_GOAL = help
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authors = ["DiviAI"]
33description = " Python package template"
44name = " template-python"
55readme = " README.md"
6- version = " 1.5.0 "
6+ version = " 1.5.1 "
77repository = " https://github.com/agblox/template-python"
88documentation = " https://github.com/agblox/template-python"
99homepage = " https://github.com/agblox/template-python"
You can’t perform that action at this time.
0 commit comments