1.19.9 release
authorSteven Tobin <redacted>
Mon, 1 Apr 2024 13:50:24 +0000 (14:50 +0100)
committerSteven Tobin <redacted>
Mon, 1 Apr 2024 13:50:24 +0000 (14:50 +0100)
README.rst
setup.py

index 551b33c311f5bdf54b8d27eeadbab6fcc670d0e3..5d9e45f95c4dcebcdd88bea826e9bf2611cf81ea 100644 (file)
@@ -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
 =======
index 3a8fcd491119030580f78ae5e461adacfa8a4c22..d42cfa8f1d8d8c072b08b0dd60da097e2ceb0cec 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT