Bump to 0.4.1

This commit is contained in:
David Wolever 2015-06-17 20:41:39 -04:00
parent 04557dc792
commit 0228773f86
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.4.1 (2015-05-17)
* Fix bug with expand + empty docstring (thanks @jikamens;
https://github.com/wolever/nose-parameterized/pull/24)
0.4.0 (2015-05-11)
* Include parameters in ``parameterized.expand`` function docstrings
(https://github.com/wolever/nose-parameterized/pull/22; thanks

View File

@ -9,7 +9,7 @@ os.chdir(os.path.dirname(sys.argv[0]) or ".")
setup(
name="nose-parameterized",
version="0.4.0",
version="0.4.1",
url="https://github.com/wolever/nose-parameterized",
author="David Wolever",
author_email="david@wolever.net",