Merge branch 'release/0.2.19' into develop
This commit is contained in:
commit
759f1d8580
3 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,9 @@ copyright = u'2009-2013, Jan Dittberner'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.2.18.1'
|
version = '0.2.19'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.2.18'
|
release = '0.2.19'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -8,6 +8,7 @@ Code
|
||||||
|
|
||||||
* Jan Dittberner <jandd at debian dot org>
|
* Jan Dittberner <jandd at debian dot org>
|
||||||
* Paul Wise <pabs at debian dot org>
|
* Paul Wise <pabs at debian dot org>
|
||||||
|
* Olivier Berger <olivier.berger at telecom-sudparis dot eu>
|
||||||
|
|
||||||
Translations
|
Translations
|
||||||
------------
|
------------
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ddportfolioservice',
|
name='ddportfolioservice',
|
||||||
version='0.2.18.1',
|
version='0.2.19',
|
||||||
description='service to create DDPortfolio URLs',
|
description='service to create DDPortfolio URLs',
|
||||||
long_description="""This is a service implementation that
|
long_description="""This is a service implementation that
|
||||||
returns a set of personalized URLs as outlined in
|
returns a set of personalized URLs as outlined in
|
||||||
|
|
Loading…
Reference in a new issue