Skip to content

Commit

Permalink
Update content-io dependency and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Sep 25, 2013
1 parent e566865 commit fb41582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djedi/__init__.py
@@ -1,5 +1,5 @@
# coding=utf-8
VERSION = (1, 0, 0, 'alpha', 5)
VERSION = (1, 0, 0, 'alpha', 6)


def get_version(version=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

install_requires = [
'Django >= 1.4',
'content-io >= 1.0b5',
'content-io >= 1.0b6',
'simplejson >= 3.2.0'
]

Expand Down

0 comments on commit fb41582

Please sign in to comment.