Skip to content

Commit 9eaeb9e

Browse files
committed
bump: release 2.19.0 → 2.19.1
Automatically generated by Commitizen.
1 parent 73dcb8a commit 9eaeb9e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.19.1 (2026-04-24)
4+
5+
### Fix
6+
7+
- **ci**: make the generated Simple Index tar file an actual release artifact (#1154)
8+
39
## v2.19.0 (2026-04-08)
410

511
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ version_files = [
105105
"src/package/__init__.py:__version__",
106106
]
107107
major_version_zero = false
108-
version = "2.19.0"
108+
version = "2.19.1"
109109

110110

111111
# 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
@@ -9,4 +9,4 @@
99
# The version of this package. There's no comprehensive, official list of other
1010
# magic constants, so we stick with this one only for now. See also this conversation:
1111
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
12-
__version__ = "2.19.0"
12+
__version__ = "2.19.1"

0 commit comments

Comments
 (0)