Skip to content

Commit

Permalink
Version 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Jan 14, 2014
1 parent a066f6d commit 63ea442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.12'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion planet/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 5, 0, "f") # following PEP 386
VERSION = (0, 5, 1, "f") # following PEP 386

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

0 comments on commit 63ea442

Please sign in to comment.