Bump to 0.6.1

Because I'm a dumb and uploaded the wrong thing to PyPI
This commit is contained in:
David Wolever
2017-03-21 13:16:14 -04:00
parent c210f77624
commit 974d527d71
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
0.6.0 (2017-03-21)
0.6.1 (2017-03-21)
* Rename package from nose-parameterized to parameterized. A
nose-parameterized package will be released with a deprecation warning.
* Rename testcase_func_doc and testcase_func_name methods to doc_func and
@@ -7,6 +7,8 @@
docstrings.
* Explicitly unwrap iterators and generators before the test run (thanks
@chornsby; https://github.com/wolever/nose-parameterized/pull/31)
* 0.6.1 instead of 0.6.0 because I'm a dumb and accidentally uploaded
the wrong thing to PyPI under version 0.6.0.
0.5.0 (2015-06-09)
* Support for nose2, py.test, unittest, and unittest2

View File

@@ -14,7 +14,7 @@ except IOError:
setup(
name="parameterized",
version="0.6.0",
version="0.6.1",
url="https://github.com/wolever/parameterized",
license="FreeBSD",
author="David Wolever",