Release 1.0.0

This commit is contained in:
Simon Conseil
2015-09-07 22:36:12 +02:00
parent 072614c808
commit 6952f2198a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
Changelog
===========
Version 0.10.0
~~~~~~~~~~~~~~
Version 1.0.0
~~~~~~~~~~~~~
Released on 2015-xx-xx.
Released on 2015-09-07.
- Colorbox: Use the media title if available (fix #145).
- Adds a thumb_video_delay parameter for the creation of thumbnails with fade-in

View File

@@ -22,7 +22,7 @@
__title__ = 'sigal'
__author__ = 'Simon Conseil'
__version__ = '0.10.0-dev'
__version__ = '1.0.0'
__license__ = 'MIT'
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']