diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 7560478..9c7467d 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1 +1 @@ -django>=1.7 +django>=1.7,<=2.0 diff --git a/django_ajax/__init__.py b/django_ajax/__init__.py index d7bf960..9c22771 100644 --- a/django_ajax/__init__.py +++ b/django_ajax/__init__.py @@ -7,7 +7,7 @@ import os import subprocess -VERSION = (2, 4, 2, 'final', 0) +VERSION = (2, 4, 3, 'final', 0) def get_version(version=None):