From 6952f2198af26e073e73f448773b3ee8b6650fd8 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 7 Sep 2015 22:36:12 +0200 Subject: [PATCH] Release 1.0.0 --- docs/changelog.rst | 6 +++--- sigal/pkgmeta.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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__']