update readme, new version
authorSteven Tobin <steventtobin (at) gmail.com>
Wed, 1 Nov 2017 23:04:27 +0000 (23:04 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Wed, 1 Nov 2017 23:04:27 +0000 (23:04 +0000)
README.rst
setup.py

index 4c07f11391b97585e5f5fb43c3e8b078a3c0a9b9..6361b4fbb08edd8d4b434277248b27fe6cf34846 100644 (file)
@@ -82,6 +82,7 @@ A concise overview of the available ``xkcdpass`` options can be accessed via::
                                     valid words from which to generate passphrases.
                                     Provided wordfiles: eff-long (default), eff-short,
                                     eff-special, legacy, spa-mich (Spanish), fin-kotus (Finnish)
+                                    ita-wiki (Italian)
         --min=MIN_LENGTH
                                     Minimum length of words to make password
         --max=MAX_LENGTH
@@ -168,6 +169,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **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)
 - **1.12.0** Handle maximum word length < minimum case by setting max = min
index 39913129c81cfe8ae264e07a5c852b9c5f2b3f1f..4510fbfc5827044176fd2cd177118436663a8a83 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.14.0',
+    version='1.14.1',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT