diff --git a/docs/index.rst b/docs/index.rst index a06cf13..e6da287 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -183,16 +183,18 @@ If this file does not exist or if some meta-data is missing: Changelog --------- -Version 0.4.0-dev -~~~~~~~~~~~~~~~~~ +Version 0.4.0 +~~~~~~~~~~~~~ -Released on 2013-xx-xx. +Released on 2013-06-12. - Add a setting to disable the writing of HTML files. - Use Pilkit. - Remove multiprocessing. - Add new settings for the source and destination directories. - All meta-data are available in the templates. +- Galleria theme is now responsive +- Add a setting to choose the pilkit processor used to resize the images. Version 0.3.3 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index ce94c6e..4f836df 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -2,7 +2,7 @@ __title__ = 'sigal' __author__ = u"Simon Conseil" -__version__ = "0.3.3" +__version__ = "0.4.0" __license__ = "MIT" __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']