From: Steven Tobin Date: Sun, 4 Sep 2016 16:17:51 +0000 (+0100) Subject: update readme, contributors, version for pull request 49 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5a802e192069f0c81ebc4d44980eecc7e17e8bc5;p=redacted-XKCD-password-generator.git update readme, contributors, version for pull request 49 --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9d58453..2c06e8b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,3 +16,4 @@ Lars Noschinski Scott Tankard Sebastian Brannstrom Russell Bradley +Chris Cogdon diff --git a/README.rst b/README.rst index 8c4332f..00938c8 100644 --- a/README.rst +++ b/README.rst @@ -162,6 +162,7 @@ An important caveat: due to the significant reduction in the size of the filtere Changelog ========= +- **1.8.2** `generate_wordlist` behaviour didn't match doctring, fixed - **1.8.1** Fix typo in validation function - **1.8.0** Fix error in wordfile argument handling - **1.7.0** require explicit permission to fall back to insecure PRNG diff --git a/setup.py b/setup.py index dcc5de0..ad35eb3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.8.1', + version='1.8.2', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',