From: Steven Tobin Date: Fri, 18 Dec 2020 22:41:34 +0000 (+0000) Subject: updates for 1.17.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4e5e04c919345c4aa0f5eb9af4963ea3c415acb7;p=redacted-XKCD-password-generator.git updates for 1.17.6 --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9576b46..fc9f38e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -37,4 +37,5 @@ Halvor Strand Lopo Andres Weber Francoisa -Tobias Bora \ No newline at end of file +Tobias Bora +Andrew Parker \ No newline at end of file diff --git a/README.rst b/README.rst index 4490fc6..1eb9415 100644 --- a/README.rst +++ b/README.rst @@ -188,6 +188,8 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.17.6** Bugfixes +- **1.17.5** Bugfixes - **1.17.4** Improvements to French dictionary - **1.17.3** Updated license and supported versions - **1.17.2** Compatibility fix for 2.x/3.x @@ -203,9 +205,6 @@ Changelog - **1.15.0** Added `--separator` argument, German wordlist (GPL 3.0, thanks to @anlx-sw) - **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) -- **1.13.0** Added Spanish language wordfile (thanks to Javier Meija) License diff --git a/setup.py b/setup.py index db2c823..668f836 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.17.4', + version='1.17.6', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',