fix version metadata
authorSteven Tobin <redacted>
Mon, 27 Nov 2023 13:23:50 +0000 (13:23 +0000)
committerSteven Tobin <redacted>
Mon, 27 Nov 2023 13:23:50 +0000 (13:23 +0000)
CONTRIBUTORS
README.rst
setup.py

index 583679a32f1d3700284a3c65345358b0b5737588..aeb172d5287382a8b109d4f79bf9bd9caf4e3c00 100644 (file)
@@ -43,4 +43,5 @@ Sean Abbott <sabbott@cargurus.com>
 David Shen <davidshen84@gmail.com>
 Gregor Dschung <gregor@chkpnt.de>
 Ben Kohler <bkohler@gentoo.org>
-Rikard Nordin <Rikard.Nordin@jordbruksverket.se>
\ No newline at end of file
+Rikard Nordin <Rikard.Nordin@jordbruksverket.se>
+Rostyslav Bohomaz <rostyslav.bohomaz@gmail.com>
\ No newline at end of file
index 9773248e613329d0975a53f14b84d25292db6dd9..551b33c311f5bdf54b8d27eeadbab6fcc670d0e3 100644 (file)
@@ -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
 =======
index 157754aefb0f922773fa05005daa37a4f2744928..3a8fcd491119030580f78ae5e461adacfa8a4c22 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT