Skip to content

Commit

Permalink
Version updated from 0.16.0 to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing Git committed Jan 6, 2024
1 parent 7164dfc commit 45447d6
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.16.1 (2024-01-06)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.16.0...0.16.1)

### Fixes

- Fixed empty string replacement bug. [d9965ab](https://github.com/callowayproject/bump-my-version/commit/d9965abbcfb11b611ed032daebada0565809dff4)

Only a missing replacement value will trigger one of the fallback options.

Fixes #117

## 0.16.0 (2024-01-05)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.4...0.16.0)

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.16.0"
__version__: str = "0.16.1"
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.16.0'
'0.16.1'
```{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.16.0"
current_version = "0.16.1"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down Expand Up @@ -246,6 +246,7 @@ replace = "{current_version}...{new_version}"




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

0 comments on commit 45447d6

Please sign in to comment.