diff --git a/debian/changelog b/debian/changelog index 25fdfe94..d084649a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-testify (0.5.7) lucid; urgency=low + + * Test Case Time Reporting Plugin (osarood, #295) + * Use newer Tornado (asottile, #283, #294) + + -- milki Thu, 18 Dec 2014 16:19:21 -0800 + python-testify (0.5.6) lucid; urgency=low * Unittest Annotation controlled by a cli flag diff --git a/setup.py b/setup.py index 474438c4..eccfc1c0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="testify", - version="0.5.6", + version="0.5.7", provides=["testify"], author="Yelp", author_email="yelplabs@yelp.com", diff --git a/testify/__init__.py b/testify/__init__.py index 685929fa..05f3ba8a 100644 --- a/testify/__init__.py +++ b/testify/__init__.py @@ -26,7 +26,7 @@ """ from __future__ import absolute_import __testify = 1 -__version__ = "0.5.6" +__version__ = "0.5.7" import sys