Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jun 21, 2020
1 parent c1942f4 commit 7037431
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes for v2.8.0 (2020-06-20)
===============================

- Compare raw digest bytes instead of base64 encoded digests. Fixes
#155

- Initial X509IssuerSerial/X509Digest support

- Support custom inclusive_ns_prefixes when signing

Changes for v2.7.3 (2020-06-10)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='signxml',
version="2.7.3",
version="2.8.0",
url='https://github.com/kislyuk/signxml',
license='Apache Software License',
author='Andrey Kislyuk',
Expand Down

0 comments on commit 7037431

Please sign in to comment.