From 59cc3a82e284a38726edf9664704d3c94f107423 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 20 Feb 2015 22:34:49 +0100 Subject: [PATCH] bump version number, update changelog --- ChangeLog | 3 +++ docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c5e241..bc8b392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-02-20 Jan Dittberner + * add Jessie requirements file + 2014-10-14 Jan Dittberner * add patch by Paul Wise to use to update DUCK link to new static page * add patch by Paul Wise to remove generated files from version diff --git a/docs/source/conf.py b/docs/source/conf.py index f301712..3096b10 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,14 +46,14 @@ master_doc = 'index' # General information about the project. project = u'Debian Member Portfolio Service' -copyright = u'2009-2014, Jan Dittberner' +copyright = u'2009-2015, Jan Dittberner' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.3.3' +version = '0.4.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 1dbab24..f47390c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ except ImportError: setup( name='debianmemberportfolio', - version='0.3.3', + version='0.4.0', 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