From 7530233cb45c6ef347daaddd690ed00b0f3c55ed Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Mon, 27 Jun 2016 08:28:22 -0500 Subject: [PATCH] Release 1.4.4 * Add Django 1.10 support * Drop Django 1.4, 1.7, and Python 2.6 support * Drop South support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a4843e..e9ff421 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def get_long_description(title): setup( name='django-nose', - version='1.4.3', + version='1.4.4', description='Makes your Django tests simple and snappy', long_description=get_long_description('django-nose'), author='Jeff Balogh',