Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Dec 12, 2017
1 parent 33c7e96 commit f01f466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Geofront Changelog
==================

Version 0.4.1
-------------

To be released.


Version 0.4.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion geofront/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#: (:class:`~typing.Tuple`\ [:class:`int`, :class:`int`, :class:`int`])
#: The triple of version numbers e.g. ``(1, 2, 3)``.
VERSION_INFO = (0, 4, 0)
VERSION_INFO = (0, 4, 1)

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

0 comments on commit f01f466

Please sign in to comment.