From: Steven Tobin Date: Tue, 19 Apr 2016 16:56:53 +0000 (+0100) Subject: update version and contributor information X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=899dd8e31020218ab42c0926254716a8fd5bec9d;p=redacted-XKCD-password-generator.git update version and contributor information --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f69ca92..630e37c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,3 +14,4 @@ Simeon Visser Scot Hacker , Lars Noschinski Scott Tankard +Sebastian Brannstrom diff --git a/README.rst b/README.rst index a9d2dcb..4d83166 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.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 ======= diff --git a/setup.py b/setup.py index 372ed33..89be320 100644 --- 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',