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 a719178 commit 467118cCopy full SHA for 467118c
βpyproject.toml
@@ -66,7 +66,7 @@ version = { attr = "pytest_codspeed.__version__" }
66
67
68
[tool.bumpver]
69
-current_version = "3.2.0"
+current_version = "3.3.0-beta"
70
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
71
commit_message = "Release v{new_version} π"
72
tag_message = "Release v{new_version} π"
βsrc/pytest_codspeed/__init__.py
@@ -1,6 +1,6 @@
1
-__version__ = "3.2.0"
+__version__ = "3.3.0b0"
2
# We also have the semver version since __version__ is not semver compliant
3
-__semver_version__ = "3.2.0"
+__semver_version__ = "3.3.0-beta"
4
5
from .plugin import BenchmarkFixture
6
0 commit comments