update version and contributor information
authorSteven Tobin <steventtobin (at) gmail.com>
Tue, 19 Apr 2016 16:56:53 +0000 (17:56 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Tue, 19 Apr 2016 16:56:53 +0000 (17:56 +0100)
CONTRIBUTORS
README.rst
setup.py

index f69ca9279d47eb53cdccf82cf6127362f2920b33..630e37cfa6b2933ca0dc446ce8233b118b91863c 100644 (file)
@@ -14,3 +14,4 @@ Simeon Visser <simeon87@gmail.com>
 Scot Hacker <shacker@birdhouse.org>,
 Lars Noschinski <lars@public.noschinski.de>
 Scott Tankard <sptankard@gmail.com>
+Sebastian Brannstrom <sebastian@lyft.com>
index a9d2dcb694929fbbe32373143427ebf5dc73e0d3..4d8316689221a11a16228948640b1967c8c4f537 100644 (file)
@@ -151,6 +151,7 @@ An important caveat: due to the significant reduction in the size of the filtere
 
 Changelog
 =========
+- **1.6.4** fix broken link in README
 - **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
@@ -158,7 +159,6 @@ Changelog
 - **1.4.4** move example code out of package
 - **1.4.3** add tests to package
 - **1.4.2** add filtered wordlist (reducing potential NSFW passphrases)
-- **1.4.0** allow duplicate words in passphrase
 
 License
 =======
index 372ed33815e113bdb2dc4368356a5b94a3325149..89be3209269ef2f7e2d4a9219727fcc24c10558a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.6.3',
+    version='1.6.4',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT