summaryrefslogtreecommitdiff
path: root/nose
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-06-02 04:44:10 -0400
committerJohn Szakmeister <john@szakmeister.net>2015-06-02 04:44:10 -0400
commitb3a505071d6de526d470218d310019d04280b69c (patch)
tree0a41fbed8b0777041e933d5a0582c00ae70a0907 /nose
parent9d8bfcd6693a7969224f0b87854572d9995a7776 (diff)
downloadnose-b3a505071d6de526d470218d310019d04280b69c.tar.gz
Bump version and update changelog.release_1.3.7
Diffstat (limited to 'nose')
-rw-r--r--nose/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nose/__init__.py b/nose/__init__.py
index bc51e89..1ae1362 100644
--- a/nose/__init__.py
+++ b/nose/__init__.py
@@ -4,7 +4,7 @@ from nose.exc import SkipTest, DeprecatedTest
from nose.tools import with_setup
__author__ = 'Jason Pellerin'
-__versioninfo__ = (1, 3, 6)
+__versioninfo__ = (1, 3, 7)
__version__ = '.'.join(map(str, __versioninfo__))
__all__ = [