Bump 1.0.1

This commit is contained in:
Simon Conseil
2015-11-19 00:27:30 +01:00
parent 5f830fc11f
commit 012f41caa4
3 changed files with 7 additions and 5 deletions

View File

@@ -2,12 +2,14 @@
Changelog
===========
Version 1.1.0
Version 1.0.1
~~~~~~~~~~~~~
Released on 2015-xx-xx.
Released on 2015-11-19.
Nothing yet.
- Simplify a bit photoswipe's style [#181].
- Improves CSP compatibility (Remove an inline javascript line) [#179].
- Warn that Pillow 3.0 is broken [#184].
Version 1.0.0
~~~~~~~~~~~~~

View File

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

File diff suppressed because one or more lines are too long