diff --git a/setup.py b/setup.py index 001aefd..a0e1141 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.6', + version='0.7', 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(),