We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a522e65 commit 2adaf43Copy full SHA for 2adaf43
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
+0.22.10
2
+=======
3
+
4
+* Add python 3.14 builds.
5
6
7
0.22.9
8
+======
9
10
* Fix pyconfig.h include for python >= 3.13 for Windows builds.
11
relenv/common.py
@@ -27,7 +27,7 @@
27
from collections.abc import Callable, Iterable, Mapping
28
29
# relenv package version
30
-__version__ = "0.22.9"
+__version__ = "0.22.10"
31
32
log = logging.getLogger(__name__)
33
0 commit comments