From 7dc37a145d1086f36b9508f0b771544aa8fe3a63 Mon Sep 17 00:00:00 2001 From: Stauros Kroustouris <staurosk@noc.grnet.gr> Date: Thu, 4 Jun 2015 10:29:48 +0300 Subject: [PATCH] add requirements and change version to 1.2 --- ChangeLog | 2 +- README.md | 1 - _version.py | 2 +- requirements.txt | 2 ++ 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8bcc6dd..3cff81c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ ======= -1.1.2 RELEASE +1.2 RELEASE Updates and enhancements. Check documentation for updating from previous versions - Code Cleanup - Branding diff --git a/README.md b/README.md index 532085ce..941d9f80 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ GRNET's case the flowspec capable device is an EX4200. ##Installation Considerations## - You can find the installation instructions for Debian Wheezy (64) with Django 1.4.x at [Flowspy documentation](http://flowspy.readthedocs.org). If upgrading from a previous version bear in mind the changes introduced in Django 1.4. diff --git a/_version.py b/_version.py index 79d1470b..5420f048 100644 --- a/_version.py +++ b/_version.py @@ -1,4 +1,4 @@ -VERSION = '1.1.2' +VERSION = '1.2' if __name__ == "__main__": print VERSION diff --git a/requirements.txt b/requirements.txt index 13a6e9ce..df3b54be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +django==1.4.5 django-registration==0.8 django-tinymce==1.5 gevent==0.13.6 @@ -13,3 +14,4 @@ pycrypto==2.6 pyparsing==1.5.6 python-dateutil==1.5 python-memcached==1.48 +djangorestframework==3.1.2 -- GitLab