Skip to content

Commit 40ff8f4

Browse files
committed
bump: release 2.13.4 → 2.14.0
Automatically generated by Commitizen.
1 parent 026dd02 commit 40ff8f4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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/).
22

3+
## v2.14.0 (2024-11-19)
4+
5+
### Feat
6+
7+
- add support for Python 3.13 (#815)
8+
39
## v2.13.4 (2024-09-04)
410

511
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ version_files = [
101101
"src/package/__init__.py:__version__",
102102
]
103103
major_version_zero = false
104-
version = "2.13.4"
104+
version = "2.14.0"
105105

106106

107107
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The version of this package. There's no comprehensive, official list of other
77
# magic constants, so we stick with this one only for now. See also this conversation:
88
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9-
__version__ = "2.13.4"
9+
__version__ = "2.14.0"

0 commit comments

Comments
 (0)