From: Steven Tobin Date: Sat, 23 Dec 2017 16:32:35 +0000 (+0000) Subject: refactor of generator X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d000e0b2b93e80253f9df2a1b6327be04a42463d;p=redacted-XKCD-password-generator.git refactor of generator --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2c11c35..a4fcde9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,4 +27,5 @@ Amir Yalon Javier Meija Jussi Tiira Lorenzo Mureu -Fabian Affolter \ No newline at end of file +Fabian Affolter +Fred Cox \ No newline at end of file diff --git a/README.rst b/README.rst index cca92d8..6ffaca1 100644 --- a/README.rst +++ b/README.rst @@ -169,6 +169,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.14.3** Refactor password generator, fixes for hardcoded python version in test - **1.14.2** Improve unit test discovery, remove deprecation warnings - **1.14.1** Fix wordlist order in `locate_wordfile` - **1.14.0** Added Finnish and Italian language support (thanks to Jussi Tiira and Lorenzo Mureu respectively) @@ -182,7 +183,6 @@ Changelog - **1.9.3** Link EFF wordlist information, fix typos, update copyright - **1.9.2** Added Debian cracklib path - **1.9.1** Fixed typo in example -- **1.9.0** Improvements to interactive mode License diff --git a/setup.py b/setup.py index 99cfd7d..4154dad 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.14.2', + version='1.14.3', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',