From: Steven Tobin Date: Thu, 6 May 2021 01:03:12 +0000 (+0100) Subject: add support for randomised delimiters; fix issue with manpage X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8ae28dc1a9c34008c4c9180576a7de6ecb2cf54a;p=redacted-XKCD-password-generator.git add support for randomised delimiters; fix issue with manpage --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fc9f38e..a2eec63 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -38,4 +38,5 @@ Lopo Andres Weber Francoisa Tobias Bora -Andrew Parker \ No newline at end of file +Andrew Parker +Sean Abbott \ No newline at end of file diff --git a/README.rst b/README.rst index 1eb9415..6384ea4 100644 --- a/README.rst +++ b/README.rst @@ -188,6 +188,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1,18.0** Added randomised delimiters - **1.17.6** Bugfixes - **1.17.5** Bugfixes - **1.17.4** Improvements to French dictionary @@ -204,7 +205,6 @@ Changelog - **1.15.1** Added more information about supported languages - **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 License diff --git a/setup.py b/setup.py index 668f836..dc1d680 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.17.6', + version='1.18.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',