Skip to content

Commit

Permalink
Release 0.8.16
Browse files Browse the repository at this point in the history
Add additional test vector from RFC (thanks to @ChrisMacNaughton)
  • Loading branch information
holgern committed Sep 9, 2020
1 parent e647b4a commit aa42ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ PyPy as well.

Changelog
=========
0.8.16
------
* Add additional test vector from RFC (thanks to @ChrisMacNaughton)

0.8.15
------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
libraries=libraries)

setup(name='scrypt',
version='0.8.15',
version='0.8.16',
description='Bindings for the scrypt key derivation function library',
author='Magnus Hallin',
author_email='[email protected]',
Expand Down

0 comments on commit aa42ed2

Please sign in to comment.