From e1e1cc84716dbcb31f52fae5545ec59798534961 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 7 Dec 2014 00:26:16 +0100 Subject: [PATCH] Release 0.9.0 --- docs/changelog.rst | 6 +++--- sigal/pkgmeta.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fc6c85a..0f08943 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,10 +2,10 @@ Changelog =========== -Version 0.9.dev -~~~~~~~~~~~~~~~ +Version 0.9.0 +~~~~~~~~~~~~~ -Released on 2014-xx-xx. +Released on 2014-12-07. - New plugin which adds the ability to generate media pages [#126]. - Decrease logs level for the parsing of exif tags [#127]. diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 657745d..b73e1b8 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '0.9.0-dev' +__version__ = '0.9.0' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']