update version number and ChangeLog
This commit is contained in:
parent
0c9dd63f61
commit
e7bb074323
3 changed files with 5 additions and 2 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>
|
2015-02-20 Jan Dittberner <jan@dittberner.info>
|
||||||
* add Jessie requirements file
|
* add Jessie requirements file
|
||||||
* fix language check if no Accept-Language header is sent
|
* fix language check if no Accept-Language header is sent
|
||||||
|
|
|
@ -53,7 +53,7 @@ copyright = u'2009-2015, Jan Dittberner'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.4.1'
|
version = '0.4.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='debianmemberportfolio',
|
name='debianmemberportfolio',
|
||||||
version='0.4.1',
|
version='0.4.2',
|
||||||
description='service to create Debian Member Portfolio URLs',
|
description='service to create Debian Member Portfolio URLs',
|
||||||
long_description="""This is a service implementation that returns a set of
|
long_description="""This is a service implementation that returns a set of
|
||||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||||
|
|
Loading…
Reference in a new issue