Skip to content

Commit f17c9eb

Browse files
authored
Merge pull request #65 from leifj/master
cut 0.19
2 parents 4055a6c + e64f4ad commit f17c9eb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

NEWS.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,16 @@ News
158158
*Release fre 25 maj 2018 19:43:54 CEST*
159159

160160
* fix verification bug affecting sha512
161+
162+
0.19
163+
----
164+
165+
*Release tis 22 jan 2019 13:53:49 CET*
166+
167+
* python3 compatibility
168+
* fix private key leak issue
169+
* P11 fixes
170+
* test improvements
171+
172+
0.20
173+
----

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')).read()
1010

1111

12-
version = '0.19dev1'
12+
version = '0.20dev1'
1313

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

0 commit comments

Comments
 (0)