Commit 5a64ae0 Testing Git
committed
1 parent 4bad1b6 commit 5a64ae0 Copy full SHA for 5a64ae0
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
5
5
6
6
### Fixes
7
7
Original file line number Diff line number Diff line change 1
1
"""Top-level package for bump-my-version."""
2
2
3
- __version__ : str = "0.25.1 "
3
+ __version__ : str = "0.25.2 "
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ order-by-type = true
216
216
convention = " google"
217
217
218
218
[tool .bumpversion ]
219
- current_version = " 0.25.1 "
219
+ current_version = " 0.25.2 "
220
220
commit = true
221
221
commit_args = " --no-verify"
222
222
tag = true
You can’t perform that action at this time.
0 commit comments