We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bf124 commit b91c24eCopy full SHA for b91c24e
3 files changed
docs/source/conf.py
@@ -13,7 +13,7 @@
13
project = "php-version-compare"
14
copyright = "2024, Marc Trölitzsch"
15
author = "Marc Trölitzsch"
16
-release = "1.1.1"
+release = "1.1.2"
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -53,7 +53,7 @@ path = "src/php_version_compare/__init__.py"
53
exclude = ["tox.ini", "tests"]
54
55
[tool.bumpversion]
56
-current_version = "1.1.1"
+current_version = "1.1.2"
57
commit = true
58
tag = true
59
tag_name = "v{new_version}"
src/php_version_compare/__init__.py
@@ -5,4 +5,4 @@
5
Operator as Operator,
6
)
7
8
-__version__ = "1.1.1"
+__version__ = "1.1.2"
0 commit comments