Bump 0.4.1

This commit is contained in:
Simon Conseil
2013-07-19 00:54:10 +02:00
parent eec45c70f8
commit e085691cda
2 changed files with 10 additions and 1 deletions

View File

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

View File

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