Skip to content

Commit

Permalink
Bump version to 0.7.0.
Browse files Browse the repository at this point in the history
 * Deprecated upport for Django <= 1.4.
 * Added celery and django-celery as requirements.
  • Loading branch information
matagus committed Apr 19, 2015
1 parent 5852e5f commit 849bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 6, 3, "f") # following PEP 386
VERSION = (0, 7, 0, "f") # following PEP 386

def get_version():
version = "%s.%s" % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit 849bd24

Please sign in to comment.