Skip to content

Commit

Permalink
Release 0.8.20
Browse files Browse the repository at this point in the history
* Fix #8 by adding missing gettimeofday.c to MANIFEST.in
  • Loading branch information
holgern committed Feb 21, 2022
1 parent 2a7002d commit 19811d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
Expand Up @@ -2,8 +2,11 @@ recursive-include scrypt-1.2.1 *.h
recursive-include scrypt-windows-stubs *.h
include README.rst
include LICENSE
include setup.py
include *.txt
include tox.ini
include src/*.c
include MANIFEST.in
include scrypt-windows-stubs/*.c
include MANIFEST.in

include scrypt/__init__.py
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -96,6 +96,10 @@ PyPy as well.

Changelog
=========
0.8.20
------
* Fix #8 by adding missing gettimeofday.c to MANIFEST.in

0.8.19
------
* Use RtlGenRandom instead of CryptGenRandom on windows (Thanks to https://github.com/veorq/cryptocoding/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -106,7 +106,7 @@
libraries=libraries)

setup(name='scrypt',
version='0.8.19',
version='0.8.20',
description='Bindings for the scrypt key derivation function library',
author='Magnus Hallin',
author_email='mhallin@gmail.com',
Expand Down

0 comments on commit 19811d3

Please sign in to comment.