bump version
This commit is contained in:
parent
a8213b789b
commit
98399ec1bd
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ copyright = u'2009-2013, Jan Dittberner'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.2.19'
|
||||
version = '0.2.20'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.2.19'
|
||||
release = '0.2.20'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='ddportfolioservice',
|
||||
version='0.2.19',
|
||||
version='0.2.20',
|
||||
description='service to create DDPortfolio URLs',
|
||||
long_description="""This is a service implementation that
|
||||
returns a set of personalized URLs as outlined in
|
||||
|
|
Loading…
Reference in a new issue