diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d0b214..4ad2044 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 0fc9ac5..bab5067 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__']