Skip to content

Commit

Permalink
Django dependency updated
Browse files Browse the repository at this point in the history
  • Loading branch information
whit committed Jul 31, 2012
1 parent adbd862 commit cd0a879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ella/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 1, 11)
VERSION = (2, 1, 12)

__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
install_requires = [
'setuptools>=0.6b1',
'Django==1.3.1',
'Django>=1.3,<1.4',
'south>=0.7',
'anyjson',
'feedparser',
Expand Down

0 comments on commit cd0a879

Please sign in to comment.