Skip to content

Commit a43ce40

Browse files
committed
bump: release 2.16.0 → 2.17.0
Automatically generated by Commitizen.
1 parent 064fb57 commit a43ce40

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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.17.0 (2025-09-20)
4+
5+
### Feat
6+
7+
- add actions to CodeQL languages (#991)
8+
- **ci**: cancel existing running workflows for a PR when a new change is pushed to that PR (#927)
9+
10+
### Fix
11+
12+
- remove various repo files that leaked into the sdist of the package (#948)
13+
- building the package’s dist files should *always* generate the build’s epoch as well, even when using the individual package goals only (#950)
14+
- make sure isort skips over files listed as such in the pyproject.toml tool configuration (#968)
15+
16+
### Perf
17+
18+
- **test**: use Python’s system monitoring facilities to improve performance of test runs (#933)
19+
320
## v2.16.0 (2025-04-05)
421

522
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ version_files = [
104104
"src/package/__init__.py:__version__",
105105
]
106106
major_version_zero = false
107-
version = "2.16.0"
107+
version = "2.17.0"
108108

109109

110110
# 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.16.0"
9+
__version__ = "2.17.0"

0 commit comments

Comments
 (0)