From 6b08b5586b172c28e96b8915635aeddfe2568260 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 4 Jan 2017 00:02:36 +0100 Subject: [PATCH] Bump 1.3.0 --- docs/changelog.rst | 7 ++++--- sigal/pkgmeta.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d0b214c..4ad2044e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,10 +2,10 @@ Changelog =========== -Version 1.3.0-dev -~~~~~~~~~~~~~~~~~ +Version 1.3.0 +~~~~~~~~~~~~~ -Released on 2016-xx-xx. +Released on 2017-01-03. - Support videos with rotation [#210]. - Generate missing thumbnails from the resized image if possible [#211]. @@ -15,6 +15,7 @@ Released on 2016-xx-xx. - Use leaflet-providers.js to allow chosing the tile provider for the map in the Galleria theme [#218]. - Fix theme.url path in the media page plugin for the Colorbox theme. [#224] +- Add 3gp to the list of supported video formats. [#226] Version 1.2.0 ~~~~~~~~~~~~~ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 0fc9ac53..bab5067b 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '1.2.0' +__version__ = '1.3.0' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']