We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01742c8 commit 416f2d2Copy full SHA for 416f2d2
βpyproject.tomlβ
@@ -71,7 +71,7 @@ version = { attr = "pytest_codspeed.__version__" }
71
72
73
[tool.bumpver]
74
-current_version = "4.1.0"
+current_version = "4.2.0-beta"
75
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
76
commit_message = "Release v{new_version} π"
77
tag_message = "Release v{new_version} π"
βsrc/pytest_codspeed/__init__.pyβ
@@ -1,6 +1,6 @@
1
-__version__ = "4.1.0"
+__version__ = "4.2.0b0"
2
# We also have the semver version since __version__ is not semver compliant
3
-__semver_version__ = "4.1.0"
+__semver_version__ = "4.2.0-beta"
4
5
from .plugin import BenchmarkFixture
6
0 commit comments