Skip to content

Commit 7037431

Browse files
committed
v2.8.0
1 parent c1942f4 commit 7037431

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Changes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Changes for v2.8.0 (2020-06-20)
2+
===============================
3+
4+
- Compare raw digest bytes instead of base64 encoded digests. Fixes
5+
#155
6+
7+
- Initial X509IssuerSerial/X509Digest support
8+
9+
- Support custom inclusive_ns_prefixes when signing
10+
111
Changes for v2.7.3 (2020-06-10)
212
===============================
313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='signxml',
7-
version="2.7.3",
7+
version="2.8.0",
88
url='https://github.com/kislyuk/signxml',
99
license='Apache Software License',
1010
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)