Skip to content

Commit e851a58

Browse files
committed
bump: release 2.13.3 → 2.13.4
Automatically generated by Commitizen.
1 parent af6471b commit e851a58

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.13.4 (2024-09-04)
4+
5+
### Fix
6+
7+
- **ci**: also update setuptools when setting up the virtual environment (#795)
8+
39
## v2.13.3 (2024-06-16)
410

511
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ version_files = [
100100
"src/package/__init__.py:__version__",
101101
]
102102
major_version_zero = false
103-
version = "2.13.3"
103+
version = "2.13.4"
104104

105105

106106
# 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.3"
9+
__version__ = "2.13.4"

0 commit comments

Comments
 (0)