update readme, contributors, version for pull request 49
authorSteven Tobin <steventtobin (at) gmail.com>
Sun, 4 Sep 2016 16:17:51 +0000 (17:17 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Sun, 4 Sep 2016 16:17:51 +0000 (17:17 +0100)
CONTRIBUTORS
README.rst
setup.py

index 9d58453b0f2d6bb60bccc477d2cde718d2a0b480..2c06e8bbafe4c5a87bfd54561a7fd758848dcbb9 100644 (file)
@@ -16,3 +16,4 @@ Lars Noschinski <lars@public.noschinski.de>
 Scott Tankard <sptankard@gmail.com>
 Sebastian Brannstrom <sebastian@lyft.com>
 Russell Bradley <me@russellbradley.com>
+Chris Cogdon <chris.cogdon@dtexsystems.com>
index 8c4332fe37a32da6d2ac1becd3a4bbcd0f341113..00938c847db8d08e41883825792a3bb9eb494966 100644 (file)
@@ -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
index dcc5de0306e34fe3601a242105901fc4e49cbfef..ad35eb31767daf99829e4ebe233304a8a56b1992 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT