Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 8, 2022
1 parent 02143ef commit 869cc50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 869cc50

Please sign in to comment.