Skip to content

Commit 61c6e12

Browse files
committed
fix requirements for 2.x releases
1 parent b27f4a9 commit 61c6e12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Fast and easy AJAX libraries for django applications.
2323
Requirements
2424
------------
2525

26-
* `python`_ >= 2.6
27-
* `django`_ >= 1.5
26+
* `python`_ >= 2.7
27+
* `django`_ >= 1.7
2828

2929
.. _`python`: http://www.python.org/
3030
.. _`django`: https://djangoproject.com

REQUIREMENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django>=1.5
1+
django>=1.7

django_ajax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
import subprocess
99

10-
VERSION = (2, 4, 1, 'final', 0)
10+
VERSION = (2, 4, 2, 'final', 0)
1111

1212

1313
def get_version(version=None):

0 commit comments

Comments
 (0)