Skip to content

Commit

Permalink
bump: release 2.13.2 → 2.13.3
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Jun 16, 2024
1 parent 19ca8c7 commit 66d90dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
This project follows the [semantic versioning](https://packaging.python.org/en/latest/discussions/versioning/#semantic-versioning-vs-calendar-versioning) and [pre-release versioning](https://packaging.python.org/en/latest/discussions/versioning/) schemes recommended by the Python Packaging Authority [here](https://packaging.python.org/en/latest/specifications/version-specifiers/).

## v2.13.3 (2024-06-16)

### Fix

- **ci**: commitizen and CI should fail if the bumped version strings contain inconsistent version numbers (#747)

## v2.13.2 (2024-05-14)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ version_files = [
"src/package/__init__.py:__version__",
]
major_version_zero = false
version = "2.13.2"
version = "2.13.3"


# https://github.com/pytest-dev/pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion src/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The version of this package. There's no comprehensive, official list of other
# magic constants, so we stick with this one only for now. See also this conversation:
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
__version__ = "2.13.2"
__version__ = "2.13.3"

0 comments on commit 66d90dc

Please sign in to comment.