updates for 1.17.6
authorSteven Tobin <redacted>
Fri, 18 Dec 2020 22:41:34 +0000 (22:41 +0000)
committerSteven Tobin <redacted>
Sat, 19 Dec 2020 00:34:00 +0000 (00:34 +0000)
CONTRIBUTORS
README.rst
setup.py

index 9576b465485978bcfedd4fee6d004223b34c0716..fc9f38e62c8dfb81f582a8608d6fda075a6029ac 100644 (file)
@@ -37,4 +37,5 @@ Halvor Strand <ondkloss@gmail.com>
 Lopo <dev@ipublicis.com>
 Andres Weber <andresmweber@gmail.com>
 Francoisa <francois@webaf.net>
-Tobias Bora <tobias.bora@gmail.com>
\ No newline at end of file
+Tobias Bora <tobias.bora@gmail.com>
+Andrew Parker <aparker127@gmail.com>
\ No newline at end of file
index 4490fc62dc0b73b5b38340d2f2276486eeacbe2e..1eb941545853bd330a4a443e1606712b22cfaa3a 100644 (file)
@@ -188,6 +188,8 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.17.6** Bugfixes
+- **1.17.5** Bugfixes
 - **1.17.4** Improvements to French dictionary
 - **1.17.3** Updated license and supported versions
 - **1.17.2** Compatibility fix for 2.x/3.x 
@@ -203,9 +205,6 @@ Changelog
 - **1.15.0** Added `--separator` argument, German wordlist (GPL 3.0, thanks to @anlx-sw)
 - **1.14.3** Refactor password generator, fixes for hardcoded python version in test
 - **1.14.2** Improve unit test discovery, remove deprecation warnings
-- **1.14.1** Fix wordlist order in `locate_wordfile`
-- **1.14.0** Added Finnish and Italian language support (thanks to Jussi Tiira and Lorenzo Mureu respectively)
-- **1.13.0** Added Spanish language wordfile (thanks to Javier Meija)
 
 
 License
index db2c82300dfca203dda1f5f92c9802742ab6a661..668f8364a7b11f431f51963b20ff581d7e44cab6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 
 setup(
     name='xkcdpass',
-    version='1.17.4',
+    version='1.17.6',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT