diff --git a/docs/index.rst b/docs/index.rst index e6da287..e377b2f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -183,6 +183,15 @@ If this file does not exist or if some meta-data is missing: Changelog --------- +Version 0.4.1 +~~~~~~~~~~~~~ + +Released on 2013-07-19. + +- Fix a bug with unicode paths and filenames. +- Update colorbox to 1.4.26 +- Add links to the original images. + Version 0.4.0 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 4f836df..4ffea8f 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -2,7 +2,7 @@ __title__ = 'sigal' __author__ = u"Simon Conseil" -__version__ = "0.4.0" +__version__ = "0.4.1" __license__ = "MIT" __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']