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
Changelog
=========
+- **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
- **1.8.0** Fix error in wordfile argument handling
- **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`.
-- **1.4.4** move example code out of package
+
License
=======
setup(
name='xkcdpass',
- version='1.8.2',
+ version='1.9.0',
author='Steven Tobin',
author_email='steventtobin@gmail.com',
url='https://github.com/redacted/XKCD-password-generator',