Bump version

This commit is contained in:
David Wolever
2014-10-03 15:06:49 -04:00
parent cc77ec7c0f
commit 29661fff2b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
0.3.4 (2014-10-03)
* Use ``functools.wraps`` to wrap expanded functions
(https://github.com/wolever/nose-parameterized/pull/17;
thanks @toumorokoshi)
0.3.3 (2014-01-03)
* Replace unsafe characters with "_" in names generated by
``@parameterized.expand``.

View File

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