Skip to content

Commit 1d33c97

Browse files
committed
0.22.9 changelog
1 parent 26fa381 commit 1d33c97

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ repos:
55
hooks:
66
- id: check-changelog-entries
77
name: Check Changelog Entries
8-
entry: python .pre-commit-hooks/check_changelog_entries.py
8+
entry: python3 .pre-commit-hooks/check_changelog_entries.py
99
language: system
1010
- repo: local
1111
hooks:
1212
- id: check-copyright-headers
1313
name: Check python modules for appropriate copyright headers
1414
files: ^.*\.py$
1515
exclude: setup\.py
16-
entry: python .pre-commit-hooks/copyright_headers.py
16+
entry: python3 .pre-commit-hooks/copyright_headers.py
1717
language: system
1818
- repo: https://github.com/timothycrosley/isort
1919
rev: 5.12.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.22.9
2+
3+
* Fix pyconfig.h include for python >= 3.13 for Windows builds.
4+
5+
16
0.22.8
27
======
38

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636
# relenv package version
37-
__version__ = "0.22.8"
37+
__version__ = "0.22.9"
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)