From d07dadcaa29baa3c38cb3f1f090c9d7c3aaa1998 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 8 Dec 2014 00:07:07 +0100 Subject: [PATCH] Release 0.9.1 --- docs/changelog.rst | 2 +- sigal/pkgmeta.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a0ffe75..82921d4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Version 0.9.1 ~~~~~~~~~~~~~ -Released on 2014-12-xx. +Released on 2014-12-08. - Fix images path for the galleria theme (fix #130). diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index b73e1b8..6da7826 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '0.9.0' +__version__ = '0.9.1' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']