Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v3.1.0-beta 🚀
Browse files Browse the repository at this point in the history
art049 committed Dec 5, 2024
1 parent a4fd980 commit 4a28951
Showing 3 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -56,7 +56,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} 🚀"
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

25 changes: 1 addition & 24 deletions uv.lock

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

0 comments on commit 4a28951

Please sign in to comment.