Skip to content

Commit 729e66a

Browse files
art049not-matthias
authored andcommitted
Release v3.3.0-beta 🚀
1 parent 7583000 commit 729e66a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ version = { attr = "pytest_codspeed.__version__" }
6666

6767

6868
[tool.bumpver]
69-
current_version = "3.2.0"
69+
current_version = "3.3.0-beta"
7070
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
7171
commit_message = "Release v{new_version} 🚀"
7272
tag_message = "Release v{new_version} 🚀"

‎src/pytest_codspeed/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
__version__ = "3.2.0"
1+
__version__ = "3.3.0b0"
22
# We also have the semver version since __version__ is not semver compliant
3-
__semver_version__ = "3.2.0"
3+
__semver_version__ = "3.3.0-beta"
44

55
from .plugin import BenchmarkFixture
66

0 commit comments

Comments
 (0)