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