Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 804413b

Browse files
committed
chore(release): 1.6.0 [skip actions]
Automatically generated by python-semantic-release
1 parent d172a2e commit 804413b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.6.0 (2023-03-27)
6+
### Feature
7+
* Bump CD/CI toolchain ([`1e0312f`](https://github.com/agblox/template-python/commit/1e0312f80e5ac6f049985ebc87b9a39b07ade4db))
8+
9+
### Fix
10+
* Bump `github-reusable-workflows` to `2.0.3` ([`91aa4b3`](https://github.com/agblox/template-python/commit/91aa4b30dc8ceec573403a9bddcc566d3c1bb16d))
11+
512
## v1.5.1 (2022-11-29)
613
### Fix
714
* **ci:** Update checks, `pre-commit` config and fix `make` targets ([`b473f6f`](https://github.com/agblox/template-python/commit/b473f6ff1a6d7587936b375a4068e75a3c2d747c))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MAKEFLAGS += --no-builtin-rules
88

99
PACKAGE_NAME := template-python
1010
PACKAGE_PATH := src/template_python
11-
VERSION := 1.5.1
11+
VERSION := 1.6.0
1212
PYTHON_VERSION := $(shell cat .python-version)
1313

1414
.DEFAULT_GOAL = help

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["DiviAI"]
33
description = "Python package template"
44
name = "template-python"
55
readme = "README.md"
6-
version = "1.5.1"
6+
version = "1.6.0"
77
repository = "https://github.com/agblox/template-python"
88
documentation = "https://github.com/agblox/template-python"
99
homepage = "https://github.com/agblox/template-python"

0 commit comments

Comments
 (0)