Skip to content

Commit

Permalink
revert: chore(rc): mark source code Sem Ver as '-rc', Release Candida…
Browse files Browse the repository at this point in the history
…te\n\nThis reverts commit .
  • Loading branch information
boromir674 committed Jan 28, 2024
1 parent 1d39f74 commit 2326ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
## Also renders on pypi as 'subtitle'
[tool.poetry]
name = "cookiecutter_python"
version = "1.12.1-rc"
version = "1.12.1"
description = "1-click Generator of Python Project, from Template with streamlined \"DevOps\" using a powerful CI/CD Pipeline."
authors = ["Konstantinos Lampridis <[email protected]>"]
maintainers = ["Konstantinos Lampridis <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/cookiecutter_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.12.1-rc'
__version__ = '1.12.1'

from . import _logging # noqa

0 comments on commit 2326ea5

Please sign in to comment.