From 8ac405446336d8cd8f9bdc1e08c3644a7edc6b8e Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 24 Feb 2013 22:54:39 +0100 Subject: [PATCH 1/2] bump version number --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8eb44c9..4919270 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ copyright = u'2009-2013, Jan Dittberner' # The short X.Y version. version = '0.2.18' # The full version, including alpha/beta/rc tags. -release = '0.2.18dev' +release = '0.2.18' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 723be12..4504706 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ except ImportError: setup( name='ddportfolioservice', - version='0.2.17', + version='0.2.18', description='service to create DDPortfolio URLs', long_description="""This is a service implementation that returns a set of personalized URLs as outlined in From e82e241158925d81517d98b0ff2b6ff0e22192b3 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 24 Feb 2013 22:56:09 +0100 Subject: [PATCH 2/2] update changelog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4504ca7..75384e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-24 Jan Dittberner + * add sphinx documentation + * applied multiple patches by Paul Wise + 2012-12-08 Jan Dittberner * include patch for Debian URL checker by Paul Wise