Bump to 0.6.1
Because I'm a dumb and uploaded the wrong thing to PyPI
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
0.6.0 (2017-03-21)
|
0.6.1 (2017-03-21)
|
||||||
* Rename package from nose-parameterized to parameterized. A
|
* Rename package from nose-parameterized to parameterized. A
|
||||||
nose-parameterized package will be released with a deprecation warning.
|
nose-parameterized package will be released with a deprecation warning.
|
||||||
* Rename testcase_func_doc and testcase_func_name methods to doc_func and
|
* Rename testcase_func_doc and testcase_func_name methods to doc_func and
|
||||||
@@ -7,6 +7,8 @@
|
|||||||
docstrings.
|
docstrings.
|
||||||
* Explicitly unwrap iterators and generators before the test run (thanks
|
* Explicitly unwrap iterators and generators before the test run (thanks
|
||||||
@chornsby; https://github.com/wolever/nose-parameterized/pull/31)
|
@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)
|
0.5.0 (2015-06-09)
|
||||||
* Support for nose2, py.test, unittest, and unittest2
|
* Support for nose2, py.test, unittest, and unittest2
|
||||||
|
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ except IOError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="parameterized",
|
name="parameterized",
|
||||||
version="0.6.0",
|
version="0.6.1",
|
||||||
url="https://github.com/wolever/parameterized",
|
url="https://github.com/wolever/parameterized",
|
||||||
license="FreeBSD",
|
license="FreeBSD",
|
||||||
author="David Wolever",
|
author="David Wolever",
|
||||||
|
Reference in New Issue
Block a user