Skip to content

Commit

Permalink
Follow geofront-cli's versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Apr 20, 2014
1 parent 03c0092 commit 4b770e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
@@ -1,7 +1,7 @@
Geofront Changelog
==================

Version 0.9.0
Version 0.1.0
-------------

To be released.
2 changes: 1 addition & 1 deletion geofront/version.py
Expand Up @@ -4,7 +4,7 @@
"""

#: (:class:`tuple`) The triple of version numbers e.g. ``(1, 2, 3)``.
VERSION_INFO = (0, 9, 0)
VERSION_INFO = (0, 1, 0)

#: (:class:`str`) The version string e.g. ``'1.2.3'``.
VERSION = '{}.{}.{}'.format(*VERSION_INFO)
Expand Down

0 comments on commit 4b770e3

Please sign in to comment.