update version

This commit is contained in:
Adrien Beudin 2017-07-14 14:28:44 +02:00
parent 9dedb37445
commit b1175d3115
4 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Changelog
=========
0.6
0.6 (2017-07-14)
* Compatibility python 2 and 3
* Possibility to add custom css and js
* Possibility to add custom css and js https://prosopopee.readthedocs.org/en/latest/
0.5 (2017-06-04)

View File

@ -46,5 +46,6 @@ Documentation
sections
example
build
theming
authors
changelog

View File

@ -12,8 +12,8 @@ except ImportError:
setup(name='prosopopee',
version='0.5',
description='exposure.co clone in a static web generating tool',
version='0.6',
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(),
author_email='cortex@worlddomination.be',