From: Steven Tobin Date: Mon, 19 Feb 2018 23:09:12 +0000 (+0000) Subject: update README and setup for case option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c0cb878e583c93cb06567527aa5f6e6d6bbf9806;p=redacted-XKCD-password-generator.git update README and setup for case option --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 025c3a3..a7c46bd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,4 +29,5 @@ Jussi Tiira Lorenzo Mureu Fabian Affolter Fred Cox -François Freitag \ No newline at end of file +François Freitag +Gus Dunn \ No newline at end of file diff --git a/README.rst b/README.rst index 152337b..30c0903 100644 --- a/README.rst +++ b/README.rst @@ -183,6 +183,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **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) - **1.14.3** Refactor password generator, fixes for hardcoded python version in test diff --git a/setup.py b/setup.py index b585ba6..4199ad9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.15.1', + version='1.16.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',