Release 0.9.1

This commit is contained in:
Simon Conseil
2014-12-08 00:07:07 +01:00
parent 20924cb4e3
commit d07dadcaa2
2 changed files with 2 additions and 2 deletions

View File

@@ -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).

View File

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