From: Steven Tobin Date: Sun, 20 Aug 2023 17:39:53 +0000 (+0100) Subject: changes to README, CONTRIBUTORS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=739890dfd38739aac1371a8d65b450dd51e2b1c1;p=redacted-XKCD-password-generator.git changes to README, CONTRIBUTORS --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a2eec63..229855c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -39,4 +39,5 @@ Andres Weber Francoisa Tobias Bora Andrew Parker -Sean Abbott \ No newline at end of file +Sean Abbott +David Shen \ No newline at end of file diff --git a/LICENSE.BSD b/LICENSE.BSD index 401ff86..ff4bfb4 100644 --- a/LICENSE.BSD +++ b/LICENSE.BSD @@ -1,4 +1,4 @@ -Copyright (c) 2011 - 2021, Steven Tobin and Contributors. +Copyright (c) 2011 - 2023, Steven Tobin and Contributors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index 2cf7928..1d8c6fc 100644 --- a/README.rst +++ b/README.rst @@ -193,6 +193,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.19.4** Makes randomised delimiters behavior consistent with fixed delimeters - **1.19.3** Restore a randomly sampled version of eff_large_de wordlist - **1.19.2** Reduction in install size - **1.19.1** Improvements to help text, handle rare case where arguments lead to empty wordlist @@ -210,8 +211,6 @@ Changelog - **1.16.4** Improve unit tests, fixes broken test on python 2 - **1.16.3** Correct links for German worldist, updated docs to include the list - **1.16.2** Fix exception on UTF8 open with python 2.x -- **1.16.1** Fix encoding issue on Windows - License ======= diff --git a/setup.py b/setup.py index fccfcf2..75e05c5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.19.3', + version='1.19.4', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',