readme and CONTRIBUTORS updated
authorSteven Tobin <steventtobin (at) gmail.com>
Sun, 8 Apr 2018 16:49:33 +0000 (17:49 +0100)
committerSteven Tobin <steventtobin (at) gmail.com>
Sun, 8 Apr 2018 16:49:33 +0000 (17:49 +0100)
CONTRIBUTORS
README.rst
setup.py

index a7c46bd40957d86b30330e27b6b026903d317ef6..36accb3e3a936cac7913f528a3e961863f5de19d 100644 (file)
@@ -30,4 +30,5 @@ Lorenzo Mureu <mureulor@gmail.com>
 Fabian Affolter <mail@fabian-affolter.ch>
 Fred Cox <frederick.j.cox@gmail.com>
 François Freitag <mail@franek.fr>
-Gus Dunn <w.gus.dunn@gmail.com>
\ No newline at end of file
+Gus Dunn <w.gus.dunn@gmail.com>
+Sam Zaydel <szaydel@gmail.com
\ No newline at end of file
index fbbdab9bd38b3a1ddc223571e92651c234e1c0b7..bc2b76cc5d7a2505e76e4190df547ad03cc5cb9d 100644 (file)
@@ -106,7 +106,7 @@ A concise overview of the available ``xkcdpass`` options can be accessed via::
         -C CASE, --case CASE  
                                     Choose the method for setting the case of each word in
                                     the passphrase. Choices: ['alternating', 'upper',
-                                    'lower', 'random'] (default: 'lower').
+                                    'lower', 'random', 'first'] (default: 'lower').
         --allow-weak-rng     
                                      Allow fallback to weak RNG if the system does not
                                     support cryptographically secure RNG. Only use this if
@@ -183,6 +183,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.16.5** Adds title case option for `--case`
 - **1.16.4** Improve unit tests, fixes broken test on python 2
 - **1.16.3** Correct links for German worldist, updated docs to include the list
 - **1.16.2** Fix exception on UTF8 open with python 2.x
index edc4063564c539a609ec59c559a42974792e7242..3dae71fd173a46115f6b1cc13a3ba1eeb8862a17 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.16.4',
+    version='1.16.5',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT