From: Steven Tobin Date: Mon, 23 Jan 2017 17:50:31 +0000 (+0000) Subject: update README and setup for 1.9.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4e37fc2ef6af408a53a2954d1c4d411960798868;p=redacted-XKCD-password-generator.git update README and setup for 1.9.2 --- diff --git a/README.rst b/README.rst index f10c229..8ac3f39 100644 --- a/README.rst +++ b/README.rst @@ -162,6 +162,7 @@ An important caveat: due to the significant reduction in the size of the filtere Changelog ========= +- **1.9.2** Added Debian cracklib path - **1.9.1** Fixed typo in example - **1.9.0** Improvements to interactive mode - **1.8.2** `generate_wordlist` behaviour didn't match doctring, fixed @@ -171,7 +172,6 @@ Changelog - **1.6.4** fix broken link in README - **1.6.3** ensure deduplication of wordlist - **1.6.2** move contributors to stand-alone CONTRIBUTORS file -- **1.6.0** rename `--valid_chars` to `--valid-chars` for consistency License diff --git a/setup.py b/setup.py index 8d6a9eb..89f190c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.9.1', + version='1.9.2', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',