Browse Source

Bump to 0.4.0

pull/17/merge 0.4.0
Simon Conseil 13 years ago
parent
commit
1f5d211a78
  1. 8
      docs/index.rst
  2. 2
      sigal/pkgmeta.py

8
docs/index.rst

@ -183,16 +183,18 @@ If this file does not exist or if some meta-data is missing:
Changelog
---------
Version 0.4.0-dev
~~~~~~~~~~~~~~~~~
Version 0.4.0
~~~~~~~~~~~~~
Released on 2013-xx-xx.
Released on 2013-06-12.
- Add a setting to disable the writing of HTML files.
- Use Pilkit.
- Remove multiprocessing.
- Add new settings for the source and destination directories.
- All meta-data are available in the templates.
- Galleria theme is now responsive
- Add a setting to choose the pilkit processor used to resize the images.
Version 0.3.3
~~~~~~~~~~~~~

2
sigal/pkgmeta.py

@ -2,7 +2,7 @@
__title__ = 'sigal'
__author__ = u"Simon Conseil"
__version__ = "0.3.3"
__version__ = "0.4.0"
__license__ = "MIT"
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']

Loading…
Cancel
Save