Skip to content

Commit b6bfd45

Browse files
committed
v2.7.2
1 parent c6b7dec commit b6bfd45

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Changes for v2.7.2 (2019-12-01)
2+
===============================
3+
4+
- Relax dependency version range on eight
5+
6+
- Update dependency installation documentation
7+
8+
- XMLSigner.sign(): add always_add_key_value kwarg to include both
9+
X509Data and KeyValue for ill-defined signing applications
10+
11+
- XMLVerifier.verify(): reject signatures that contain both X509Data
12+
and KeyValue by default; add ignore_ambiguous_key_info kwarg to
13+
bypass
14+
115
Changes for v2.7.1 (2019-11-30)
216
===============================
317

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

0 commit comments

Comments
 (0)