changes to version, readme, contributors for 1.8.1
authorSteven Tobin <redacted>
Wed, 17 Aug 2016 17:13:56 +0000 (18:13 +0100)
committerSteven Tobin <redacted>
Wed, 17 Aug 2016 17:13:56 +0000 (18:13 +0100)
CONTRIBUTORS
README.rst
setup.py

index 630e37cfa6b2933ca0dc446ce8233b118b91863c..9d58453b0f2d6bb60bccc477d2cde718d2a0b480 100644 (file)
@@ -15,3 +15,4 @@ Scot Hacker <shacker@birdhouse.org>,
 Lars Noschinski <lars@public.noschinski.de>
 Scott Tankard <sptankard@gmail.com>
 Sebastian Brannstrom <sebastian@lyft.com>
+Russell Bradley <me@russellbradley.com>
index f99242334cbdd57542b0e26184177669cf70d2f4..8c4332fe37a32da6d2ac1becd3a4bbcd0f341113 100644 (file)
@@ -162,6 +162,7 @@ An important caveat: due to the significant reduction in the size of the filtere
 
 Changelog
 =========
+- **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
 - **1.6.4** fix broken link in README
@@ -170,7 +171,6 @@ Changelog
 - **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`.
 - **1.4.4** move example code out of package
-- **1.4.3** add tests to package
 
 License
 =======
index adc141e57cb5fe5aedd52e6d2e5f67cc9fbe92da..dcc5de0306e34fe3601a242105901fc4e49cbfef 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.8.0',
+    version='1.8.1',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT