diff --git a/docs/changelog.rst b/docs/changelog.rst index 62250ca..e0684f0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +Version 1.1.0 +~~~~~~~~~~~~~ + +Released on 2015-xx-xx. + +Nothing yet. + Version 1.0.0 ~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index df62405..1153494 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( zip_safe=False, include_package_data=True, platforms='any', - install_requires=['blinker', 'click', 'jinja2', 'Markdown', 'Pillow', + install_requires=['blinker', 'click', 'Jinja2', 'Markdown', 'Pillow', 'pilkit'], test_requires=['pytest'], extras_require={ diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 71a3e49..4dd311c 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '1.0.0' +__version__ = '1.1.0-dev' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']