Skip to content

Commit e8bbdd8

Browse files
committed
0.22.1 changelog
1 parent 0e36899 commit e8bbdd8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.22.1
2+
======
3+
4+
* Fix RELENV_DATA environment variable regression (commit 19c7050)
5+
* Fix 3.13 sysconfig (commit 209ad7e)
6+
* Update Python versions: 3.13.11, 3.13.10, 3.13.9, 3.9.25 (commit dc8a37f)
7+
* Update dependencies: sqlite 3.51.1.0, libxcrypt 4.5.2 (commit dc8a37f)
8+
* Fix failing unit tests (commit 0e36899)
9+
10+
111
0.22.0
212
======
313

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.0"
37+
__version__ = "0.22.1"
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)