Skip to content

Commit

Permalink
Preparing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Mar 12, 2018
1 parent 9043861 commit 2db5aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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, 0, 'final', 0)
VERSION = (3, 0, 0, 'final', 0)


def get_version(version=None):
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand All @@ -50,7 +49,7 @@

install_requires=[
'setuptools',
'django>=1.3',
'django>=2.0',
],

include_package_data=True,
Expand Down

0 comments on commit 2db5aa3

Please sign in to comment.