From bdf07177ad4d928bc3c382d3657181efd9a89003 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 11 Dec 2016 19:02:32 +0100 Subject: [PATCH] [enh] 0.4 --- docs/changelog.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(),