Skip to content

Commit c8f2657

Browse files
author
Testing Git
committed
Version updated from 0.15.4 to 0.16.0
1 parent 409066a commit c8f2657

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.16.0 (2024-01-05)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.4...0.16.0)
5+
6+
### New
7+
8+
- Add support for legacy multiline search options (refs #98). [278eae5](https://github.com/callowayproject/bump-my-version/commit/278eae578f283223742b7c55870ad58acc8dc1d9)
9+
10+
### Other
11+
12+
- [pre-commit.ci] pre-commit autoupdate. [2e9a400](https://github.com/callowayproject/bump-my-version/commit/2e9a4005f9b3f7d7ccbe443188e12d6217039342)
13+
14+
**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.1.9)
15+
16+
317
## 0.15.4 (2023-12-29)
418
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.15.3...0.15.4)
519

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.15.4"
3+
__version__: str = "0.16.0"

docsrc/reference/bumpversion/bumpversion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bumpversion.__main__
5151
:canonical: bumpversion.__version__
5252
:type: str
5353
:value: >
54-
'0.15.4'
54+
'0.16.0'
5555
5656
```{autodoc2-docstring} bumpversion.__version__
5757
```

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ order-by-type = true
208208
convention = "google"
209209

210210
[tool.bumpversion]
211-
current_version = "0.15.4"
211+
current_version = "0.16.0"
212212
commit = true
213213
commit_args = "--no-verify"
214214
tag = true
@@ -245,6 +245,7 @@ replace = "{current_version}...{new_version}"
245245

246246

247247

248+
248249
[tool.pydoclint]
249250
style = "google"
250251
exclude = '\.git|tests'

0 commit comments

Comments
 (0)