update version and readme to reflect contributions
authorSteven Tobin <steventtobin (at) gmail.com>
Thu, 31 Mar 2016 14:31:23 +0000 (15:31 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Thu, 31 Mar 2016 14:31:23 +0000 (15:31 +0100)
CONTRIBUTORS
README.rst
setup.py

index ca1d9473a7275d9fbf48a0974cd60368143d1f35..f69ca9279d47eb53cdccf82cf6127362f2920b33 100644 (file)
@@ -13,3 +13,4 @@ Ben Finney <ben+python@benfinney.id.au>
 Simeon Visser <simeon87@gmail.com>
 Scot Hacker <shacker@birdhouse.org>,
 Lars Noschinski <lars@public.noschinski.de>
+Scott Tankard <sptankard@gmail.com>
index 411ebcfe2c6aecd6af39aebf1329962d5c4b9009..0e9da8d24899045e7339f67d4c44e382f1cbb5fe 100644 (file)
@@ -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`.
index c3d5f4a03feb3467f7c640cd79a0110cf8ad33e4..372ed33815e113bdb2dc4368356a5b94a3325149 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT