From 7ddd7bde5278c607046c86cacbda13a39c480df6 Mon Sep 17 00:00:00 2001 From: Difan Zhang Date: Tue, 5 May 2015 21:01:56 -0700 Subject: [PATCH] Bump version. --- dajaxice/__init__.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dajaxice/__init__.py b/dajaxice/__init__.py index 1f58bc6..5b19d82 100644 --- a/dajaxice/__init__.py +++ b/dajaxice/__init__.py @@ -1 +1,2 @@ -__version__ = (0, 7, 'beta') +__version__ = (0, 7, 0, 1) +__version__string__ = '.'.join(map(str, __version__)) diff --git a/setup.py b/setup.py index b3fd8df..b1419f3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "doesn't require any JS Framework." "This is the next generation of dajaxice maintained by ifanrx."), install_requires=[ - 'Django>=1.4' + 'Django>=1.5' ], classifiers=['Development Status :: 4 - Beta', 'Environment :: Web Environment',