From ed94f597b44abced920fefb68eb11fad84e3a123 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Tue, 2 Feb 2016 11:51:18 +0100 Subject: [PATCH] Update to 0.4.1 version --- docs/source/conf.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a6fff8..af6acce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,16 +51,16 @@ # General information about the project. project = u'crabpy_pyramid' -copyright = u'2014-2015, Onroerend Erfgoed.' +copyright = u'2014-2016, Onroerend Erfgoed.' # 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' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.4.1' # 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 412baee..26f8445 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ testing_extras = tests_requires + [] setup(name='crabpy_pyramid', - version='0.4.0', + version='0.4.1', description='Bindings for the CRABpy webservices Pyramid.', long_description=README + '\n\n' + CHANGES, classifiers=[