Skip to content

Commit

Permalink
Merge pull request #65 from leifj/master
Browse files Browse the repository at this point in the history
cut 0.19
  • Loading branch information
leifj committed Jan 22, 2019
2 parents 4055a6c + e64f4ad commit f17c9eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.txt
Expand Up @@ -158,3 +158,16 @@ 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

0.20
----
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()


version = '0.19dev1'
version = '0.20dev1'

install_requires = [
'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography', 'six'
Expand Down

0 comments on commit f17c9eb

Please sign in to comment.