diff --git a/docs/changelog.rst b/docs/changelog.rst index 2a55731..c854a2f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +0.8.2 (2019-09-25) + * Fix encryption page + * Fix URI local (Thanks QShulz) + 0.8.1 (2018-03-28) * Fix some css error * Update Material theme diff --git a/setup.py b/setup.py index cad81fc..d622ba8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.8.1', + version='0.8.2', description='A static website generator that allows you to tell a story with your pictures', author='Laurent Peuch', long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(),