Skip to content

Commit 2397a49

Browse files
author
Testing Git
committed
Version updated from 0.21.0 to 0.21.1
1 parent 1e5ce63 commit 2397a49

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.21.1 (2024-05-16)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.21.0...0.21.1)
5+
6+
### Other
7+
8+
- [pre-commit.ci] auto fixes from pre-commit.com hooks. [1b57c2b](https://github.com/callowayproject/bump-my-version/commit/1b57c2b3e5b687e541d611b88b3d5fae4ce8826b)
9+
10+
for more information, see https://pre-commit.ci
11+
- [pre-commit.ci] pre-commit autoupdate. [e813eda](https://github.com/callowayproject/bump-my-version/commit/e813edad628803cd4c9f59ff2b8303b4d779756a)
12+
13+
**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)
14+
15+
- [pre-commit.ci] pre-commit autoupdate. [05a0dd6](https://github.com/callowayproject/bump-my-version/commit/05a0dd65f31f3962e1ff4d2ee03ee99b2062ea5f)
16+
17+
**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)
18+
19+
### Updates
20+
21+
- Update README.md. [cad7096](https://github.com/callowayproject/bump-my-version/commit/cad7096c615f646a75c5d23bae745cd1a8e0adb5)
22+
23+
324
## 0.21.0 (2024-05-01)
425
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.20.3...0.21.0)
526

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ order-by-type = true
216216
convention = "google"
217217

218218
[tool.bumpversion]
219-
current_version = "0.21.0"
219+
current_version = "0.21.1"
220220
commit = true
221221
commit_args = "--no-verify"
222222
tag = true

0 commit comments

Comments
 (0)