diff --git a/CHANGELOG.md b/CHANGELOG.md index 1050637..020f83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v1.3.1 (2023-08-28) + +### Ci + +* ci: publish to Test PyPI ([`58066bf`](https://github.com/matteo4diani/poetry-packaging-demo/commit/58066bf7e67acde930990c2ca150f86851c1a68d)) + +### Fix + +* fix: trigger patch release ([`f8f9b7e`](https://github.com/matteo4diani/poetry-packaging-demo/commit/f8f9b7ef7d55a9fcbe74a2df6b471dfde62711a9)) + + ## v1.3.0 (2023-08-13) ### Feature diff --git a/pyproject.toml b/pyproject.toml index e1f365d..f24edc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-packaging-demo" -version = "1.3.0" +version = "1.3.1" description = "A demo of a Python packaging workflow using GH Actions and poetry" authors = ["Matteo Fordiani "] readme = "README.md"