Skip to content

Commit

Permalink
0.1.0
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 a0856e5 commit 99240bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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

## v0.1.0 (2022-02-08)
### Feature
* CI, README and code sample #1 ([`a0856e5`](https://github.com/joaogcs/python-project-template/commit/a0856e5742c55328c462c3e0a904fe71b8191214))
* CI, README and code sample ([`39965fc`](https://github.com/joaogcs/python-project-template/commit/39965fc6c1335a912169871fffa9b955abb7658d))
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.0.0"
version = "0.1.0"
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.0.0'
__version__ = '0.1.0'

0 comments on commit 99240bc

Please sign in to comment.