We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15980a1 commit 734937eCopy full SHA for 734937e
pyproject.toml
@@ -145,7 +145,7 @@ output = "coverage.xml"
145
146
[tool.commitizen]
147
name = "cz_conventional_commits"
148
-version = "0.1.0"
+version = "1.0.0"
149
version_files = [
150
"src/management_commands/__init__.py:__version__",
151
]
src/management_commands/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import annotations
2
3
-__version__ = "0.1.0"
+__version__ = "1.0.0"
0 commit comments