We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe4b08 commit ade299bCopy full SHA for ade299b
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
10
## Also renders on pypi as 'subtitle'
11
[tool.poetry]
12
name = "cookiecutter_python"
13
-version = "1.12.3"
+version = "1.12.3-rc"
14
description = "1-click Generator of Python Project, from Template with streamlined \"DevOps\" using a powerful CI/CD Pipeline."
15
authors = ["Konstantinos Lampridis <k.lampridis@hotmail.com>"]
16
maintainers = ["Konstantinos Lampridis <k.lampridis@hotmail.com>"]
src/cookiecutter_python/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '1.12.3'
+__version__ = '1.12.3-rc'
2
3
from . import _logging # noqa
0 commit comments