From: Steven Tobin Date: Wed, 17 Aug 2016 17:13:56 +0000 (+0100) Subject: changes to version, readme, contributors for 1.8.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0d0d5d7ff2601b069e55ee1e1472e11fc4d462da;p=redacted-XKCD-password-generator.git changes to version, readme, contributors for 1.8.1 --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 630e37c..9d58453 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,3 +15,4 @@ Scot Hacker , Lars Noschinski Scott Tankard Sebastian Brannstrom +Russell Bradley diff --git a/README.rst b/README.rst index f992423..8c4332f 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.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 - **1.6.4** fix broken link in README @@ -170,7 +171,6 @@ Changelog - **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 -- **1.4.3** add tests to package License ======= diff --git a/setup.py b/setup.py index adc141e..dcc5de0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.8.0', + version='1.8.1', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',