Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Oct 12, 2018
1 parent 9130f7b commit 9e2bce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ that doesn't come with the standard distribution.
History
=======

1.5.3 - October 2018, Ludovic Rousseau
- Do not fail when converting a UTF-8 string
- Documentation: convert from Epydoc to Sphinx
- some minor improvements

1.5.2 - April 2018, Ludovic Rousseau
- Fix initPin()
- add tests for initPin(), setPin(), initToken()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run(self):
build.run(self)

setup(name="PyKCS11",
version="1.5.2",
version="1.5.3",
description="A Full PKCS#11 wrapper for Python",
keywords="crypto,pki,pkcs11,c++",
classifiers=classifiers,
Expand Down

0 comments on commit 9e2bce9

Please sign in to comment.