We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6bab0 commit 428e045Copy full SHA for 428e045
app/__init__.py
@@ -1,5 +1,3 @@
1
-"""
2
-QR Code Generator Application
3
+"""QR Code Generator Application."""
4
5
-__version__ = "1.0.6"
+__version__ = "2.1.0"
pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "poetry.core.masonry.api"
32
[tool.python_semantic_release]
33
version_variable = ["app/__init__.py:__version__"]
34
version_toml = ["pyproject.toml:tool.poetry.version"]
35
-version_source = ["tag", "commit"]
+version_source = ["tag"]
36
commit_version_number = true
37
upload_to_repository = false
38
build_command = "poetry build"
0 commit comments