Skip to content

Commit a7a400d

Browse files
author
Leif Johansson
committed
cut 0.19
1 parent 4055a6c commit a7a400d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,13 @@ 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

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.19'
1313

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

0 commit comments

Comments
 (0)