update version
This commit is contained in:
parent
9dedb37445
commit
b1175d3115
@ -1,10 +1,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.6
|
0.6 (2017-07-14)
|
||||||
|
|
||||||
* Compatibility python 2 and 3
|
* 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)
|
0.5 (2017-06-04)
|
||||||
|
|
||||||
|
@ -46,5 +46,6 @@ Documentation
|
|||||||
sections
|
sections
|
||||||
example
|
example
|
||||||
build
|
build
|
||||||
|
theming
|
||||||
authors
|
authors
|
||||||
changelog
|
changelog
|
||||||
|
4
setup.py
4
setup.py
@ -12,8 +12,8 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
setup(name='prosopopee',
|
setup(name='prosopopee',
|
||||||
version='0.5',
|
version='0.6',
|
||||||
description='exposure.co clone in a static web generating tool',
|
description='A static website generator that allows you to tell a story with your pictures',
|
||||||
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(),
|
||||||
author_email='cortex@worlddomination.be',
|
author_email='cortex@worlddomination.be',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user