From d97c72beb2c2c65bcb7df0d868cf8ccba20bb218 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 25 Jan 2014 23:32:31 +0100 Subject: [PATCH] Prepare next version. --- docs/changelog.rst | 5 +++++ sigal/pkgmeta.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e89ff16..c948e20 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,11 @@ Changelog =========== +Version 0.7.dev +~~~~~~~~~~~~~~~ + +Released on 2014-xx-xx. + Version 0.6.0 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 43178bc..a33ce3e 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -2,7 +2,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '0.6.0' +__version__ = '0.7.0-dev' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']