From: Steven Tobin Date: Thu, 31 Mar 2016 14:31:23 +0000 (+0100) Subject: update version and readme to reflect contributions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d9bba45c0f3a0e2323d1922402fd0d08de12a3c4;p=redacted-XKCD-password-generator.git update version and readme to reflect contributions --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ca1d947..f69ca92 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,3 +13,4 @@ Ben Finney Simeon Visser Scot Hacker , Lars Noschinski +Scott Tankard diff --git a/README.rst b/README.rst index 411ebcf..0e9da8d 100644 --- a/README.rst +++ b/README.rst @@ -151,6 +151,7 @@ An important caveat: due to the significant reduction in the size of the filtere 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`. diff --git a/setup.py b/setup.py index c3d5f4a..372ed33 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.6.2', + version='1.6.3', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',