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 ec12494 commit e2bf5a4Copy full SHA for e2bf5a4
Changes.rst
@@ -1,3 +1,11 @@
1
+Changes for v2.8.2 (2021-05-14)
2
+===============================
3
+
4
+- Allow the combination of X509Data and KeyValue when they represent
5
+ the same public key (#169)
6
7
+- Use self.namespaces signature properties “Object” element (#167)
8
9
Changes for v2.8.1 (2020-10-29)
10
===============================
11
setup.py
@@ -4,7 +4,7 @@
setup(
name='signxml',
- version="2.8.1",
+ version="2.8.2",
url='https://github.com/kislyuk/signxml',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments