From: Steven Tobin Date: Thu, 6 May 2021 01:19:19 +0000 (+0100) Subject: fixed typo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ef2364ff568773074f620ff067fe86b56895945b;p=redacted-XKCD-password-generator.git fixed typo --- diff --git a/README.rst b/README.rst index 796e93a..72606f1 100644 --- a/README.rst +++ b/README.rst @@ -102,6 +102,10 @@ A concise overview of the available ``xkcdpass`` options can be accessed via:: number of passwords to generate -d DELIM, --delimiter=DELIM separator character between words + -R, --random-delimiters + use randomised delimiters + -D DELIMITERS, --valid-delimiters=DELIMETERS + delimeters to choose from, used with - -s SEP, --separator SEP Separate generated passphrases with SEP. -C CASE, --case CASE @@ -188,7 +192,7 @@ or setting the appropriate environment variable:: Changelog ========= -- **1.18.1** fixes for README +- **1.18.2** fixes for README - **1.18.0** Added randomised delimiters - **1.17.6** Bugfixes - **1.17.5** Bugfixes diff --git a/setup.py b/setup.py index 80d054e..9977010 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.18.1', + version='1.18.2', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',