Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Mar 27, 2018
1 parent f488174 commit fdf7d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django>=1.7
django>=1.7,<=2.0
2 changes: 1 addition & 1 deletion django_ajax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fdf7d4e

Please sign in to comment.