[enh] 0.4

This commit is contained in:
Laurent Peuch 2016-12-11 19:02:32 +01:00
parent 16219ef091
commit bdf07177ad
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
0.4 (unreleased) 0.4 (2016-12-11)
* greatly improved loading speed of pages with several different technics (see below) * greatly improved loading speed of pages with several different technics (see below)
* RSS https://prosopopee.readthedocs.org/en/latest/configuration.html#rss by beudbeud * RSS https://prosopopee.readthedocs.org/en/latest/configuration.html#rss by beudbeud

View File

@ -12,7 +12,7 @@ except ImportError:
setup(name='prosopopee', setup(name='prosopopee',
version='0.3.1', version='0.4',
description='exposure.co clone in a static web generating tool', description='exposure.co clone in a static web generating tool',
author='Laurent Peuch', author='Laurent Peuch',
long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(), long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(),