Bump 0.5.1

This commit is contained in:
Simon Conseil
2013-09-23 00:34:35 +02:00
parent ed7903c26d
commit 143294b407
2 changed files with 8 additions and 1 deletions

View File

@@ -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
~~~~~~~~~~~~~

View File

@@ -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__']