Skip to content

Commit 2adaf43

Browse files
committed
0.22.10 changelog
1 parent a522e65 commit 2adaf43

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
0.22.10
2+
=======
3+
4+
* Add python 3.14 builds.
5+
6+
17
0.22.9
8+
======
29

310
* Fix pyconfig.h include for python >= 3.13 for Windows builds.
411

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from collections.abc import Callable, Iterable, Mapping
2828

2929
# relenv package version
30-
__version__ = "0.22.9"
30+
__version__ = "0.22.10"
3131

3232
log = logging.getLogger(__name__)
3333

0 commit comments

Comments
 (0)