diff --git a/docs/changelog.rst b/docs/changelog.rst index 47ff1c1..62250ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 2a273d0..71a3e49 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -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__']