Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
difanz committed May 6, 2015
1 parent 461d7d7 commit 7ddd7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dajaxice/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__version__ = (0, 7, 'beta')
__version__ = (0, 7, 0, 1)
__version__string__ = '.'.join(map(str, __version__))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"doesn't require any JS Framework."
"This is the next generation of dajaxice maintained by ifanrx."),
install_requires=[
'Django>=1.4'
'Django>=1.5'
],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 7ddd7bd

Please sign in to comment.