From: Steven Tobin Date: Sat, 7 Oct 2017 23:53:05 +0000 (+0100) Subject: update to contributors, README, and version for spanish support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0c30b18576c391a60a8c74b2c97d0b3fb5632d15;p=redacted-XKCD-password-generator.git update to contributors, README, and version for spanish support --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d3de74b..96e35c0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -24,3 +24,4 @@ Jakub Wilk Dan Rosenbloom Tomas Krizek Amir Yalon +Javier Meija \ No newline at end of file diff --git a/README.rst b/README.rst index ed913a9..25f97af 100644 --- a/README.rst +++ b/README.rst @@ -164,6 +164,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.13.0** Added Spanish language wordfile (thanks to Javier Meija) - **1.12.0** Handle maximum word length < minimum case by setting max = min - **1.11.1** Fix bug in entropy calc - **1.11.0** Rewrite verbose report to take acrostics etc into account diff --git a/setup.py b/setup.py index 077317f..d190b30 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.12.0', + version='1.13.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',