From b28503be2a6e19c378d71e7466a27fcb4aa4d7e6 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Mar 2013 00:16:26 +0100 Subject: [PATCH] 0.3.3 --- docs/index.rst | 7 +++++++ sigal/pkgmeta.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index fb5ee13..8e50605 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -157,6 +157,13 @@ the first image of the directory is used as thumbnail. Changelog --------- +Version 0.3.3 +~~~~~~~~~~~~~ + +Released on 2013-03-20. + +- Catch exception when PIL fails to read the exif metadata. + Version 0.3.2 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 701e183..ce94c6e 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -2,7 +2,7 @@ __title__ = 'sigal' __author__ = u"Simon Conseil" -__version__ = "0.3.2" +__version__ = "0.3.3" __license__ = "MIT" __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']