update README, CONTRIBUTORS for 1.9.1
authorSteven Tobin <redacted>
Tue, 22 Nov 2016 17:02:52 +0000 (17:02 +0000)
committerSteven Tobin <redacted>
Tue, 22 Nov 2016 17:02:52 +0000 (17:02 +0000)
CONTRIBUTORS
README.rst
setup.py

index b1774e4a0de57850a7a5255bc25c3ebd34b7a05f..7d775aaa9256fa0c70da1fb4376a567d40e3ed8c 100644 (file)
@@ -17,4 +17,5 @@ Scott Tankard <sptankard@gmail.com>
 Sebastian Brannstrom <sebastian@lyft.com>
 Russell Bradley <me@russellbradley.com>
 Chris Cogdon <chris.cogdon@dtexsystems.com>
-Justin Findlay <jfindlay@gmail.com>
\ No newline at end of file
+Justin Findlay <jfindlay@gmail.com>
+Timothy McFadden <mtik00@users.noreply.github.com>
\ No newline at end of file
index caa7ddf802e28fd0dfc00c16595f540e9bc8ea0f..f10c22955f1e50c8d38e39f9bcd45512bf20e88d 100644 (file)
@@ -162,6 +162,7 @@ An important caveat: due to the significant reduction in the size of the filtere
 
 Changelog
 =========
+- **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
 - **1.8.1** Fix typo in validation function
@@ -171,7 +172,6 @@ Changelog
 - **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
-- **1.5.0** migrate from deprecated `optparse` to `argparse`. Users on older python versions (below 2.7 or 3.2) will need to manually install `argparse`.
 
 
 License
index cf5cd4a961aa2271b514bd97dca55e12dc267799..8d6a9ebdc0e72116a6344b39a61df668c5a66db8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.9.0',
+    version='1.9.1',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT