Release 0.8.2

This commit is contained in:
Adrien Beudin 2019-09-25 11:00:29 +02:00
parent 3f484ece0c
commit c7102fdb17
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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(),