From: Steven Tobin Date: Mon, 1 Apr 2024 13:50:24 +0000 (+0100) Subject: 1.19.9 release X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1ce6da2ba9bfcacbb4caf93dba49b2673b3683da;p=redacted-XKCD-password-generator.git 1.19.9 release --- diff --git a/README.rst b/README.rst index 551b33c..5d9e45f 100644 --- a/README.rst +++ b/README.rst @@ -195,6 +195,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.19.9** Remove usage of deprecated `assertEquals` in tests - **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 @@ -213,7 +214,6 @@ Changelog - **1.17.2** Compatibility fix for 2.x/3.x - **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` License ======= diff --git a/setup.py b/setup.py index 3a8fcd4..d42cfa8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.19.8', + version='1.19.9', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',