Skip to content

Commit

Permalink
v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 2, 2019
1 parent c6b7dec commit b6bfd45
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes for v2.7.2 (2019-12-01)
===============================

- Relax dependency version range on eight

- Update dependency installation documentation

- XMLSigner.sign(): add always_add_key_value kwarg to include both
X509Data and KeyValue for ill-defined signing applications

- XMLVerifier.verify(): reject signatures that contain both X509Data
and KeyValue by default; add ignore_ambiguous_key_info kwarg to
bypass

Changes for v2.7.1 (2019-11-30)
===============================

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.1",
version="2.7.2",
url='https://github.com/kislyuk/signxml',
license='Apache Software License',
author='Andrey Kislyuk',
Expand Down

0 comments on commit b6bfd45

Please sign in to comment.