0.3.3
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
@@ -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__']
|
||||
|
||||
Reference in New Issue
Block a user