We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88eebb commit 373945eCopy full SHA for 373945e
Changes.rst
@@ -1,3 +1,8 @@
1
+Changes for v3.2.1 (2023-08-06)
2
+===============================
3
+
4
+- Use dataclass.replace in SignatureReference construction. Fixes #231
5
6
Changes for v3.2.0 (2023-04-12)
7
===============================
8
setup.py
@@ -4,7 +4,7 @@
setup(
name="signxml",
- version="3.2.0",
+ version="3.2.1",
url="https://github.com/kislyuk/signxml",
9
license="Apache Software License",
10
author="Andrey Kislyuk",
0 commit comments