We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6196641 commit d9eae9dCopy full SHA for d9eae9d
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pytest-sqlguard"
3
-version = "2025.306.0"
+version = "2025.311.0"
4
description = "Pytest fixture to record and check SQL Queries made by SQLAlchemy"
5
authors = [{ name = "Manu", email = "manuel.vives@paylead.fr" }]
6
readme = "README.md"
@@ -91,7 +91,7 @@ pythonPlatform = "Linux"
91
executionEnvironments = [{ root = "src" }]
92
93
[tool.bumpver]
94
-current_version = "2025.306.0"
+current_version = "2025.311.0"
95
version_pattern = "YYYY.MM0D.INC0[-TAG]"
96
commit_message = "bump version {old_version} -> {new_version}"
97
tag_message = "{new_version}"
0 commit comments