From: Steven Tobin Date: Wed, 7 Jun 2017 10:46:53 +0000 (+0100) Subject: bump version and update README X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ab48de90f2a3845785ad7e3a2f3aed34a22b8784;p=redacted-XKCD-password-generator.git bump version and update README --- diff --git a/README.rst b/README.rst index 2dac4e7..4211806 100644 --- a/README.rst +++ b/README.rst @@ -162,6 +162,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.11.0** Rewrite verbose report to take acrostics etc into account - **1.10.0** Switch to EFF wordlist as default (note: decrease in entropy of default length passwords to 77 bits, still at EFF recommendations) - **1.9.5** Fix broken test - **1.9.4** Improve office-safe wordlist contents @@ -172,7 +173,6 @@ Changelog - **1.8.2** `generate_wordlist` behaviour didn't match docstring, fixed - **1.8.1** Fix typo in validation function - **1.8.0** Fix error in wordfile argument handling -- **1.7.0** require explicit permission to fall back to insecure PRNG License diff --git a/setup.py b/setup.py index 9e31567..3c128cb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.10.0', + version='1.11.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',