Skip to content

Commit

Permalink
Version bump - 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Sep 1, 2018
1 parent 053d21c commit 5d6468f
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -22,6 +22,10 @@ original gpglib, so we have created a fork.
ChangeLog
---------

0.3.1
* Update pycryptodome for CVE-2018-15560
* Remove use of a private method in pycryptodome when decrypting session keys

0.3
* Migrated from pycrypto to pycryptodome

2 changes: 1 addition & 1 deletion gpglib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3"
VERSION = "0.3.1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
, author = "Stephen Moore"
, author_email = "[email protected]"
, description = "A python3 compatible fork of gpglib, a Library for decrypting gpg that doesn't shell out to gpg"
, long_description = open("README.rst").read()
, license = "LGPLv2"
, keywords = "gpg decrypt"
)

0 comments on commit 5d6468f

Please sign in to comment.