Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
  • Loading branch information
LudovicRousseau committed Mar 30, 2018
1 parent 69f9b08 commit 3ecdc50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ that doesn't come with the standard distribution.
History
=======

1.5.1 - March 2018, Ludovic Rousseau
- Fix "pip install"

1.5.0 - March 2018, Ludovic Rousseau
- Python 3: use strings instead of binary buffers for CK_UTF8CHAR
PKCS#11 types. The behavior is now the same as with Python 2
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.0",
version="1.5.1",
description="A Full PKCS#11 wrapper for Python",
keywords="crypto,pki,pkcs11,c++",
classifiers=classifiers,
Expand Down

0 comments on commit 3ecdc50

Please sign in to comment.