Release 0.9.0

This commit is contained in:
Simon Conseil
2014-12-07 00:26:16 +01:00
parent a15c60ff34
commit e1e1cc8471
2 changed files with 4 additions and 4 deletions

View File

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

View File

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