From e085691cda987852c1d99e996ec78d273ecfad38 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Fri, 19 Jul 2013 00:54:10 +0200 Subject: [PATCH] Bump 0.4.1 --- docs/index.rst | 9 +++++++++ sigal/pkgmeta.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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__']