From: Steven Tobin Date: Tue, 22 Nov 2016 17:02:52 +0000 (+0000) Subject: update README, CONTRIBUTORS for 1.9.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a7bde318b057330e8efd964cbceff7de41e1256a;p=redacted-XKCD-password-generator.git update README, CONTRIBUTORS for 1.9.1 --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b1774e4..7d775aa 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -17,4 +17,5 @@ Scott Tankard Sebastian Brannstrom Russell Bradley Chris Cogdon -Justin Findlay \ No newline at end of file +Justin Findlay +Timothy McFadden \ No newline at end of file diff --git a/README.rst b/README.rst index caa7ddf..f10c229 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.9.1** Fixed typo in example - **1.9.0** Improvements to interactive mode - **1.8.2** `generate_wordlist` behaviour didn't match doctring, fixed - **1.8.1** Fix typo in validation function @@ -171,7 +172,6 @@ Changelog - **1.6.3** ensure deduplication of wordlist - **1.6.2** move contributors to stand-alone CONTRIBUTORS file - **1.6.0** rename `--valid_chars` to `--valid-chars` for consistency -- **1.5.0** migrate from deprecated `optparse` to `argparse`. Users on older python versions (below 2.7 or 3.2) will need to manually install `argparse`. License diff --git a/setup.py b/setup.py index cf5cd4a..8d6a9eb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.9.0', + version='1.9.1', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',