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__']