diff --git a/docs/changelog.rst b/docs/changelog.rst index 5aa52dc..d5d6ca8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -0.4 (unreleased) +0.4 (2016-12-11) * greatly improved loading speed of pages with several different technics (see below) * RSS https://prosopopee.readthedocs.org/en/latest/configuration.html#rss by beudbeud diff --git a/setup.py b/setup.py index e1ce098..c0b46e6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.3.1', + version='0.4', description='exposure.co clone in a static web generating tool', author='Laurent Peuch', long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(),