diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e0f8e5d..3fcfd79 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/setup.py b/setup.py index ebffd83..4eac2e3 100644 --- a/setup.py +++ b/setup.py @@ -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",