diff --git a/CHANGELOG.md b/CHANGELOG.md index d55923a..80cf641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.1 (2022-02-08) +### Fix +* Author format and dev pipeline name ([#2](https://github.com/joaogcs/python-project-template/issues/2)) ([`02143ef`](https://github.com/joaogcs/python-project-template/commit/02143efd550ea87c40bad9bc082445e94d568053)) + ## v0.1.0 (2022-02-08) ### Feature * CI, README and code sample #1 ([`a0856e5`](https://github.com/joaogcs/python-project-template/commit/a0856e5742c55328c462c3e0a904fe71b8191214)) diff --git a/pyproject.toml b/pyproject.toml index 1438b4a..8907d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-project-template" -version = "0.1.0" +version = "0.1.1" description = "Template for Python projects with Poetry, automation of semantic release with CI/CD using Github Actions." authors = ["joaogcs <28782752+joaogcs@users.noreply.github.com>"] license = "MIT" diff --git a/src/__init__.py b/src/__init__.py index b794fd4..df9144c 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'