Skip to content

Commit

Permalink
cut 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Jan 22, 2019
1 parent 4055a6c commit a7a400d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a7a400d

Please sign in to comment.