diff --git a/ChangeLog b/ChangeLog index 77dfb1c..838d2f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-03-09 Jan Dittberner + * apply patch for DMD link by Paul Wise + 2015-02-20 Jan Dittberner * add Jessie requirements file * fix language check if no Accept-Language header is sent diff --git a/docs/source/conf.py b/docs/source/conf.py index 0e7d024..b545f06 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/setup.py b/setup.py index 29adbf9..0f44648 100644 --- a/setup.py +++ b/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