Skip to content

Commit 8708564

Browse files
committed
Changelog for 0.22.0
1 parent 139f18f commit 8708564

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.22.0
2+
======
3+
4+
* Minor Version Support for relenv create (commit 3582abc)
5+
* Dependency Version Management (commit 7965c3b)
6+
* Full mypy --strict Compliance (commits 6f78084, d6f2edb, f95c43c, c3934e4, 592b9de)
7+
* Build UI Improvements (commit 567ce62)
8+
* Updated expat for all Python versions (commit 7620fec)
9+
* Ensure python-versions.json is shipped in whl file
10+
11+
112
0.21.2
213
======
314

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.21.2"
37+
__version__ = "0.22.0"
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)