summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2014-09-15 14:27:23 -0700
committerNeil Williams <codehelp@debian.org>2014-09-15 14:27:23 -0700
commit3d9637a293f713838362f0e7865fa7bd6f858a4c (patch)
treefcae52380f8c0a0d89bb5dd4d0e24e9f528ff4ad /setup.py
parent2394c263c01d4f8844e152d436b7f8107ce24fa7 (diff)
Allow for django1.7 to use the setup routine0.7.4
Debian Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755661
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8b9b6fd..e2ea563 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup
setup(
name='django-testscenarios',
- version="0.7.3",
+ version="0.7.4",
author="Linaro Limited",
author_email="lava-team@linaro.org",
description="Test scenarios for Django",