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

Commit baa8d9c

Browse files
committed
chore(release): 1.4.2 [skip actions]
Automatically generated by python-semantic-release
1 parent 12c061c commit baa8d9c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v1.4.2 (2022-07-21)
6+
### Fix
7+
* **ci:** Bump shared workflows to `1.0.3` ([`8b45134`](https://github.com/agblox/template-python/commit/8b45134f16f8ceee62ab43f7ede5bc15af409dd3))
8+
59
## v1.4.1 (2022-04-18)
610
### Fix
711
* **ci:** Bump shared workflows to `1.0.1` ([`def81ee`](https://github.com/agblox/template-python/commit/def81ee2fa85c70840638aae66def8019c80d522))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /bin/bash
44
PACKAGE_NAME := template-python
55
PACKAGE_PATH := src/template_python
66

7-
VERSION := 1.4.1
7+
VERSION := 1.4.2
88

99
##@ Bootstrap
1010
.PHONY: repo-init bootstrap

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["template-python"]
33
description = "Python package template"
44
name = "template-python"
55
readme = "README.md"
6-
version = "1.4.1"
6+
version = "1.4.2"
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)