Skip to content

Commit 163eb50

Browse files
committed
Release 1.22.1
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent b93c7da commit 163eb50

6 files changed

Lines changed: 22 additions & 11 deletions

File tree

changes/1929.fix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/noissue.1.22.1.notshown.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/noissue.1.fix.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/noissue.2.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/noissue.47.fix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ Change log
2020
----------
2121

2222
.. towncrier start
23+
Version 1.22.1
24+
^^^^^^^^^^^^^^
25+
26+
Released: 2025-09-03
27+
28+
**Bug fixes:**
29+
30+
* Dev: Fixed issue where the package version used for distribution archive file
31+
names were generated inconsistently between setuptools_scm (used in Makefile)
32+
and the 'build' module, by using no build isolation ('--no-isolation' option
33+
of the 'build' module) and increasing the minimum version of 'setuptools-scm'
34+
to 9.2.0, which fixes a number of version related issues.
35+
36+
* Dev: Fixed quoting for TESTCASES env var in Makefile.
37+
38+
* Dev: Circumvented safety issue with import of typer module by pinning typer
39+
to <0.17.0.
40+
41+
* Documented that virtual switch objects have been removed in z17 CPCs.
42+
Adjusted code in the zhmcclient mock support for that. (`#1929 <https://github.com/zhmcclient/python-zhmcclient/issues/1929>`_)
43+
44+
2345
Version 1.22.0
2446
^^^^^^^^^^^^^^
2547

0 commit comments

Comments
 (0)