Skip to content

Commit d9eae9d

Browse files
author
Manu
committed
bump version 2025.306.0 -> 2025.311.0
1 parent 6196641 commit d9eae9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-sqlguard"
3-
version = "2025.306.0"
3+
version = "2025.311.0"
44
description = "Pytest fixture to record and check SQL Queries made by SQLAlchemy"
55
authors = [{ name = "Manu", email = "manuel.vives@paylead.fr" }]
66
readme = "README.md"
@@ -91,7 +91,7 @@ pythonPlatform = "Linux"
9191
executionEnvironments = [{ root = "src" }]
9292

9393
[tool.bumpver]
94-
current_version = "2025.306.0"
94+
current_version = "2025.311.0"
9595
version_pattern = "YYYY.MM0D.INC0[-TAG]"
9696
commit_message = "bump version {old_version} -> {new_version}"
9797
tag_message = "{new_version}"

0 commit comments

Comments
 (0)