Browse Source

Bump version 0.8.0

pull/107/head 0.8.0
Simon Conseil 12 years ago
parent
commit
278c972183
  1. 6
      docs/changelog.rst
  2. 2
      sigal/pkgmeta.py

6
docs/changelog.rst

@ -2,10 +2,10 @@
Changelog
===========
Version 0.8.dev
~~~~~~~~~~~~~~~
Version 0.8.0
~~~~~~~~~~~~~
Released on 2014-xx-xx.
Released on 2014-08-30.
- Add a setting and a cli option to specify the gallery title (``title`` and
``--title``) (ref #91).

2
sigal/pkgmeta.py

@ -22,7 +22,7 @@
__title__ = 'sigal'
__author__ = 'Simon Conseil'
__version__ = '0.8.0-dev'
__version__ = '0.8.0'
__license__ = 'MIT'
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']

Loading…
Cancel
Save