From: Steven Tobin Date: Sat, 24 Feb 2018 14:19:48 +0000 (+0000) Subject: readme updates for encoding fix, version bump X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ab9fd6046fdd8d152a9bbdf1ded0cb2e5239970e;p=redacted-XKCD-password-generator.git readme updates for encoding fix, version bump --- diff --git a/README.rst b/README.rst index 30c0903..4a77320 100644 --- a/README.rst +++ b/README.rst @@ -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) diff --git a/setup.py b/setup.py index 4199ad9..430c7a8 100644 --- 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',