Skip to content

Commit

Permalink
Version updated from 0.15.3 to 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing Git committed Dec 29, 2023
1 parent 97b94dc commit 07bd0d5
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.4 (2023-12-29)
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.3...0.15.4)

### Fixes

- Fix not being able to tag without also committing. [753c990](https://github.com/callowayproject/bump-my-version/commit/753c9904505794dd66b0cda0f29206865eeacb3d)

- Fixed testing automation. [19215f1](https://github.com/callowayproject/bump-my-version/commit/19215f1fc4eb6c51c26cf28c5aa7a36d7cd901a2)

- The new commit/tag decoupling requires the `--no-tag` flag

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

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




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

0 comments on commit 07bd0d5

Please sign in to comment.