Skip to content

Commit 145bf3b

Browse files
committed
cut 1.0.0
1 parent 999a3f1 commit 145bf3b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,11 @@ News
191191
* fix for mgf1 verification
192192
* avoid tripping up on missing fingerprints - validate over all signatures
193193
* correct import for MutableMapping
194+
195+
1.0.0
196+
-----
197+
*Release tor 24 aug 2023 14:08:17 CEST*
198+
199+
* support for PKIX chain validation for XML signatures
200+
* support for python 3.10
201+
* start using semantic versioning

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
NEWS = open(os.path.join(here, 'NEWS.txt'),'rb').read().decode('utf-8')
1010

1111

12-
version = '0.30'
12+
version = '1.0.0'
1313

1414
install_requires = [
1515
'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography', 'six'

0 commit comments

Comments
 (0)