Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
* Add Django 1.10 support
* Drop Django 1.4, 1.7, and Python 2.6 support
* Drop South support
  • Loading branch information
jwhitlock committed Jun 27, 2016
1 parent 9403382 commit 7530233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7530233

Please sign in to comment.