bump version and update README
authorSteven Tobin <steventtobin (at) gmail.com>
Wed, 7 Jun 2017 10:46:53 +0000 (11:46 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Wed, 7 Jun 2017 10:46:53 +0000 (11:46 +0100)
README.rst
setup.py

index 2dac4e785c34c4db6214520a875e73737e2acf46..421180671b0da94dada47732d1847fdca099d8df 100644 (file)
@@ -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
index 9e3156744cc7782818e34406840c45d42730d22a..3c128cbc3edebf32571da20c407a2e1e8b663246 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT