Merge branch 'release/0.2.16.1'
This commit is contained in:
commit
ca98123478
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ dbfinger.type=finger
|
|||
dbfinger.optional=true
|
||||
db.pattern=http://db.debian.org/search.cgi?uid=%(username)s&dosearch=Search
|
||||
db.optional=true
|
||||
webid.pattern=http://webid.debian.net/maintainers/%(username)
|
||||
webid.pattern=http://webid.debian.net/maintainers/%(username)s
|
||||
webid.optional=true
|
||||
alioth.pattern=http://alioth.debian.org/users/%(aliothusername)s/
|
||||
alioth.optional=true
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='ddportfolioservice',
|
||||
version='0.2.16',
|
||||
version='0.2.16.1',
|
||||
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