Skip to content

Commit eed699b

Browse files
committed
bump: release 2.18.0 → 2.19.0
Automatically generated by Commitizen.
1 parent 2a8412b commit eed699b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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.0 (2026-04-08)
4+
5+
### Feat
6+
7+
- add a Makefile goal `simple-index` that generates a PEP-503 compatible Simple Index directory inside the dist (#947)
8+
- add a workflow to run Macaron for supply chain security detection (#1099)
9+
10+
### Fix
11+
12+
- the generated sdist file should contain everything needed to check and test the code, and to build the documentation as well (#967)
13+
- use proper SPDX license identifier in `pyproject.toml` and add correct copyright comments to package source and tests (#1109)
14+
- make sure that the build epoch is *always* updated whenever the distribution packages are being built (#1118)
15+
- **ci**: automatically merge Dependabot PRs upon approval again, again (#1119)
16+
- **ci**: automatically merge Dependabot PRs upon approval again (#1117)
17+
318
## v2.18.0 (2025-12-03)
419

520
### 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.18.0"
108+
version = "2.19.0"
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.18.0"
12+
__version__ = "2.19.0"

0 commit comments

Comments
 (0)