Skip to content

Commit

Permalink
Version updated from 0.15.2 to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing Git committed Dec 18, 2023
1 parent a2f6699 commit 9418a14
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.15.3 (2023-12-18)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.2...0.15.3)

### Fixes

- Fix miscast of current_version. [b8ea252](https://github.com/callowayproject/bump-my-version/commit/b8ea2525aad07f370e59066bfb21db33e6656639)

- When using the legacy configuration format, a single-digit version is parsed as an int

Fixes #99

## 0.15.2 (2023-12-18)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.1...0.15.2)

Expand Down
2 changes: 1 addition & 1 deletion bumpversion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for bump-my-version."""

__version__: str = "0.15.2"
__version__: str = "0.15.3"
2 changes: 1 addition & 1 deletion docsrc/reference/bumpversion/bumpversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bumpversion.__main__
:canonical: bumpversion.__version__
:type: str
:value: >
'0.15.2'
'0.15.3'
```{autodoc2-docstring} bumpversion.__version__
```
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ order-by-type = true
convention = "google"

[tool.bumpversion]
current_version = "0.15.2"
current_version = "0.15.3"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down Expand Up @@ -243,6 +243,7 @@ replace = "{current_version}...{new_version}"




[tool.pydoclint]
style = "google"
exclude = '\.git|tests'
Expand Down

0 comments on commit 9418a14

Please sign in to comment.