From: Steven Tobin Date: Mon, 27 Nov 2023 13:23:50 +0000 (+0000) Subject: fix version metadata X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=71163fb7dd9c2260eb4cb96cf7fa06ad1091902d;p=redacted-XKCD-password-generator.git fix version metadata --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 583679a..aeb172d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -43,4 +43,5 @@ Sean Abbott David Shen Gregor Dschung Ben Kohler -Rikard Nordin \ No newline at end of file +Rikard Nordin +Rostyslav Bohomaz \ No newline at end of file diff --git a/README.rst b/README.rst index 9773248..551b33c 100644 --- a/README.rst +++ b/README.rst @@ -195,6 +195,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.19.8** Enables `python -m xkcdpass` usage - **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements to setup.py (excludes examples from install) - **1.19.6** Fixes randomly failing unit test - **1.19.5** Adds "as-is" option for case @@ -213,7 +214,6 @@ Changelog - **1.17.1** Fix issue with README and unicode encoding - **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and improvements to tests (WIP). - **1.16.5** Adds title case option for `--case` -- **1.16.4** Improve unit tests, fixes broken test on python 2 License ======= diff --git a/setup.py b/setup.py index 157754a..3a8fcd4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.19.7', + version='1.19.8', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',