From: Steven Tobin Date: Mon, 26 Sep 2016 11:24:06 +0000 (+0100) Subject: update README, setup, CONTRIBUTORS for 1.9.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d73cfb7c990bcb50cde86a65405206a883be844b;p=redacted-XKCD-password-generator.git update README, setup, CONTRIBUTORS for 1.9.0 --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2c06e8b..b1774e4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -17,3 +17,4 @@ Scott Tankard Sebastian Brannstrom Russell Bradley Chris Cogdon +Justin Findlay \ No newline at end of file diff --git a/README.rst b/README.rst index 00938c8..342f692 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.0** Improvements to interactive mode - **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 @@ -171,7 +172,7 @@ Changelog - **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`. -- **1.4.4** move example code out of package + License ======= diff --git a/setup.py b/setup.py index ad35eb3..cf5cd4a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.8.2', + version='1.9.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',