From 143294b407607c2ebbd8613e665cff385800efee Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 23 Sep 2013 00:34:35 +0200 Subject: [PATCH] Bump 0.5.1 --- docs/changelog.rst | 7 +++++++ sigal/pkgmeta.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 940d4f0..9faf201 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +Version 0.5.1 +~~~~~~~~~~~~~ + +Released on 2013-09-23. + +- Fix error in calculating the degrees from exif data. + Version 0.5.0 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 3f9fd6b..af3426a 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -2,7 +2,7 @@ __title__ = 'sigal' __author__ = u"Simon Conseil" -__version__ = "0.5.0" +__version__ = "0.5.1" __license__ = "MIT" __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']