From: Steven Tobin Date: Sun, 6 Mar 2016 15:47:51 +0000 (+0000) Subject: 1.6.0 - command line args rename X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b371007499e196eff35448c67fb6b6b61dee3c7;p=redacted-XKCD-password-generator.git 1.6.0 - command line args rename --- diff --git a/README.rst b/README.rst index 0d0ec57..5714f6d 100644 --- a/README.rst +++ b/README.rst @@ -151,6 +151,7 @@ An important caveat: due to the significant reduction in the size of the filtere 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 diff --git a/setup.py b/setup.py index 74b14aa..33ab2a4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.5.0', + version='1.6.0', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',