diff --git a/docs/changelog.rst b/docs/changelog.rst index 5548478..5cea446 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/index.rst b/docs/index.rst index 0f6152c..6b5842d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,5 +46,6 @@ Documentation sections example build + theming authors changelog diff --git a/docs/theme.rst b/docs/theming.rst similarity index 100% rename from docs/theme.rst rename to docs/theming.rst diff --git a/setup.py b/setup.py index 276e03d..001aefd 100644 --- a/setup.py +++ b/setup.py @@ -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',