readme updates for encoding fix, version bump
authorSteven Tobin <steventtobin (at) gmail.com>
Sat, 24 Feb 2018 14:19:48 +0000 (14:19 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Sat, 24 Feb 2018 14:19:48 +0000 (14:19 +0000)
README.rst
setup.py

index 30c0903a47b37943984139d9811b848da4d4e3ee..4a773203f0520b709c1ee4cd7c5ff264e45aa8f9 100644 (file)
@@ -183,6 +183,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.16.1** Fix encoding issue on Windows
 - **1.16.0** Case of words in passphrase can now be set using `--case`
 - **1.15.1** Added more information about supported languages
 - **1.15.0** Added `--seperator` argument, German wordlist (GPL 3.0, thanks to @anlx-sw)
index 4199ad96b49335187941b2ae7685b93bbf279a01..430c7a844478c87d4b98a37b4873da5a2c76f904 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.16.0',
+    version='1.16.1',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT