forked from jan/debianmemberportfolio
Merge branch 'release/0.2.18' into develop
* release/0.2.18: update changelog bump version number
This commit is contained in:
commit
8573ef5445
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-02-24 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* add sphinx documentation
|
||||||
|
* applied multiple patches by Paul Wise
|
||||||
|
|
||||||
2012-12-08 Jan Dittberner <jan@dittberner.info>
|
2012-12-08 Jan Dittberner <jan@dittberner.info>
|
||||||
|
|
||||||
* include patch for Debian URL checker by Paul Wise
|
* include patch for Debian URL checker by Paul Wise
|
||||||
|
|
|
@ -52,7 +52,7 @@ copyright = u'2009-2013, Jan Dittberner'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.2.18'
|
version = '0.2.18'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.2.18dev'
|
release = '0.2.18'
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ddportfolioservice',
|
name='ddportfolioservice',
|
||||||
version='0.2.17',
|
version='0.2.18',
|
||||||
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