Skip to content

Commit

Permalink
Bump to testify 0.5.7
Browse files Browse the repository at this point in the history
* Test Case Time Reporting Plugin (osarood, #295)
* Use newer Tornado (asottile, #283, #294)
  • Loading branch information
ymilki committed Dec 19, 2014
1 parent b5a3410 commit a6a98c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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 <milki@yelp.com> Thu, 18 Dec 2014 16:19:21 -0800

python-testify (0.5.6) lucid; urgency=low

* Unittest Annotation controlled by a cli flag
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="testify",
version="0.5.6",
version="0.5.7",
provides=["testify"],
author="Yelp",
author_email="yelplabs@yelp.com",
Expand Down
2 changes: 1 addition & 1 deletion testify/__init__.py
Expand Up @@ -26,7 +26,7 @@
"""
from __future__ import absolute_import
__testify = 1
__version__ = "0.5.6"
__version__ = "0.5.7"

import sys

Expand Down

0 comments on commit a6a98c0

Please sign in to comment.