Skip to content

Commit e64f4ad

Browse files
author
Leif Johansson
committed
prep 0.20dev1
1 parent a7a400d commit e64f4ad

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,6 @@ News
168168
* fix private key leak issue
169169
* P11 fixes
170170
* 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.19'
12+
version = '0.20dev1'
1313

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

0 commit comments

Comments
 (0)