From 55399b2b4db584cfdee2000fab4057fba912d720 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Tue, 20 Feb 2018 00:41:34 +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 5803857..e129358 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,11 @@ Changelog =========== +Version 2.0.dev +~~~~~~~~~~~~~~~ + +Released on 2018-xx-xx. + Version 1.4.0 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 2f7ff28..203f043 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '1.4.0' +__version__ = '2.0.dev' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']