forked from jan/debianmemberportfolio
Merge branch 'release/0.2.5'
* release/0.2.5: bump version to 0.2.5 new URL for NM status
This commit is contained in:
commit
161949ce64
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ alioth.optional=true
|
|||
|
||||
[membership]
|
||||
urls=nm,dbfinger,db,alioth,wiki,forum
|
||||
nm.pattern=https://nm.debian.org/nmstatus.php?email=%(nonddemail)s
|
||||
nm.pattern=https://nm.debian.org/public/nmstatus/%(nonddemail)s
|
||||
dbfinger.pattern=finger %(username)s@db.debian.org
|
||||
dbfinger.type=finger
|
||||
dbfinger.optional=true
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='ddportfolioservice',
|
||||
version='0.2.4',
|
||||
version='0.2.5',
|
||||
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