Skip to content

Commit

Permalink
Release v3.1.0-beta 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Dec 6, 2024
1 parent 804efe9 commit 58bd8de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ version = { attr = "pytest_codspeed.__version__" }


[tool.bumpver]
current_version = "3.0.0"
current_version = "3.1.0-beta"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "Release v{new_version} 🚀"
tag_message = "Release v{new_version} 🚀"
Expand Down
4 changes: 2 additions & 2 deletions src/pytest_codspeed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "3.0.0"
__version__ = "3.1.0b0"
# We also have the semver version since __version__ is not semver compliant
__semver_version__ = "3.0.0"
__semver_version__ = "3.1.0-beta"

from .plugin import BenchmarkFixture

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58bd8de

Please sign in to comment.