From a7a400d1b609b63949968ea4f49e4af08918d518 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 22 Jan 2019 14:00:39 +0100 Subject: [PATCH] cut 0.19 --- NEWS.txt | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index e906b79f..f1a268c8 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -158,3 +158,13 @@ News *Release fre 25 maj 2018 19:43:54 CEST* * fix verification bug affecting sha512 + +0.19 +---- + +*Release tis 22 jan 2019 13:53:49 CET* + +* python3 compatibility +* fix private key leak issue +* P11 fixes +* test improvements diff --git a/setup.py b/setup.py index 58263262..1b3afc64 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.19dev1' +version = '0.19' install_requires = [ 'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography', 'six'