forked from jan/debianmemberportfolio
Merge branch 'release/0.4.2'
* release/0.4.2: update version number and ChangeLog Fix link to DMD (Closes: #779343)
This commit is contained in:
commit
13b8ccc77f
4 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
2015-03-09 Jan Dittberner <jan@dittberner.info>
|
||||
* apply patch for DMD link by Paul Wise
|
||||
|
||||
2015-02-20 Jan Dittberner <jan@dittberner.info>
|
||||
* add Jessie requirements file
|
||||
* fix language check if no Accept-Language header is sent
|
||||
|
|
|
@ -45,7 +45,7 @@ buildd.pattern=https://buildd.debian.org/status/package.php?p=%(email)s&compact=
|
|||
|
||||
[qa]
|
||||
urls=lintian,lintianfull,piuparts,patchtracker,dmd,duck
|
||||
dmd.pattern=https://udd.debian.org/dmd.cgi?email=%(email)s
|
||||
dmd.pattern=https://udd.debian.org/dmd.cgi?email1=%(email)s
|
||||
lintian.pattern=https://lintian.debian.org/maintainer/%(email)s.html
|
||||
lintianfull.pattern=https://lintian.debian.org/full/%(email)s.html
|
||||
piuparts.pattern=https://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
|
||||
|
|
|
@ -53,7 +53,7 @@ copyright = u'2009-2015, Jan Dittberner'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.4.1'
|
||||
version = '0.4.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='debianmemberportfolio',
|
||||
version='0.4.1',
|
||||
version='0.4.2',
|
||||
description='service to create Debian Member Portfolio URLs',
|
||||
long_description="""This is a service implementation that returns a set of
|
||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||
|
|
Loading…
Reference in a new issue