Skip to content

Commit 5a64ae0

Browse files
author
Testing Git
committed
Version updated from 0.25.1 to 0.25.2
1 parent 4bad1b6 commit 5a64ae0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## Unreleased (2024-08-08)
4-
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.25.1...HEAD)
3+
## 0.25.2 (2024-08-11)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.25.1...0.25.2)
55

66
### Fixes
77

bumpversion/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for bump-my-version."""
22

3-
__version__: str = "0.25.1"
3+
__version__: str = "0.25.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ order-by-type = true
216216
convention = "google"
217217

218218
[tool.bumpversion]
219-
current_version = "0.25.1"
219+
current_version = "0.25.2"
220220
commit = true
221221
commit_args = "--no-verify"
222222
tag = true

0 commit comments

Comments
 (0)