From: Steven Tobin Date: Fri, 24 Mar 2017 22:02:34 +0000 (+0000) Subject: merge office-safe fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=094d7741c98d55337f676c130686adfffaaad14a;p=redacted-XKCD-password-generator.git merge office-safe fixes --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 06959f1..bbf225b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,3 +21,4 @@ Justin Findlay Timothy McFadden Edward Betts Jakub Wilk +Dan Rosenbloom diff --git a/README.rst b/README.rst index 1de7a65..e9025c4 100644 --- a/README.rst +++ b/README.rst @@ -164,6 +164,7 @@ An important caveat: due to the significant reduction in the size of the filtere Changelog ========= +- **1.9.4** Improve office-safe wordlist contents - **1.9.3** Link EFF wordlist information, fix typos, update copyright - **1.9.2** Added Debian cracklib path - **1.9.1** Fixed typo in example @@ -173,7 +174,6 @@ Changelog - **1.8.0** Fix error in wordfile argument handling - **1.7.0** require explicit permission to fall back to insecure PRNG - **1.6.4** fix broken link in README -- **1.6.3** ensure deduplication of wordlist License diff --git a/setup.py b/setup.py index dccb8d7..f9ec003 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.9.3', + version='1.9.4', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',