From: Steven Tobin Date: Sat, 18 Nov 2017 15:45:47 +0000 (+0000) Subject: unittest discover fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=97cdac262ef46ed6b9d1cb6e032a7b6785dab081;p=redacted-XKCD-password-generator.git unittest discover fixes --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 25cbdc5..2c11c35 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,4 +26,5 @@ Tomas Krizek Amir Yalon Javier Meija Jussi Tiira -Lorenzo Mureu \ No newline at end of file +Lorenzo Mureu +Fabian Affolter \ No newline at end of file diff --git a/README.rst b/README.rst index 6361b4f..cca92d8 100644 --- a/README.rst +++ b/README.rst @@ -169,6 +169,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.14.2** Improve unit test discovery, remove deprecation warnings - **1.14.1** Fix wordlist order in `locate_wordfile` - **1.14.0** Added Finnish and Italian language support (thanks to Jussi Tiira and Lorenzo Mureu respectively) - **1.13.0** Added Spanish language wordfile (thanks to Javier Meija) @@ -182,7 +183,6 @@ Changelog - **1.9.2** Added Debian cracklib path - **1.9.1** Fixed typo in example - **1.9.0** Improvements to interactive mode -- **1.8.2** `generate_wordlist` behaviour didn't match docstring, fixed License diff --git a/setup.py b/setup.py index 4510fbf..d4f5828 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.14.1', + version='1.14.2', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',