Browse Source

Bump 1.3.0

pull/229/head 1.3.0
Simon Conseil 9 years ago
parent
commit
6b08b5586b
  1. 7
      docs/changelog.rst
  2. 2
      sigal/pkgmeta.py

7
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
~~~~~~~~~~~~~

2
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__']

Loading…
Cancel
Save