unittest discover fixes
authorSteven Tobin <steventtobin (at) gmail.com>
Sat, 18 Nov 2017 15:45:47 +0000 (15:45 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Sat, 18 Nov 2017 15:45:47 +0000 (15:45 +0000)
CONTRIBUTORS
README.rst
setup.py

index 25cbdc5d7b9ab26bb17645c5ae1e87987112fdd3..2c11c352e08ee66e9e3c2cc572aa782380706245 100644 (file)
@@ -26,4 +26,5 @@ Tomas Krizek <tomas.krizek@mailbox.org>
 Amir Yalon <amiryal@users.noreply.github.com>
 Javier Meija <javier.meija@protonmail.ch>
 Jussi Tiira <jussi@j24.fi>
-Lorenzo Mureu <mureulor@gmail.com>
\ No newline at end of file
+Lorenzo Mureu <mureulor@gmail.com>
+Fabian Affolter <mail@fabian-affolter.ch>
\ No newline at end of file
index 6361b4fbb08edd8d4b434277248b27fe6cf34846..cca92d81340890abb1eeeb72d603cb90b5c887af 100644 (file)
@@ -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
index 4510fbfc5827044176fd2cd177118436663a8a83..d4f5828f80079bf1018c80359ad6b6f6ca2e6593 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT