From cbf8b1afd787863a7562363372f9a1ae231f2c5c Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Tue, 22 Nov 2016 23:30:03 +0100 Subject: [PATCH] Bump version --- CHANGES.rst | 5 +++++ docs/source/conf.py | 2 +- setup.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7d25d3b..6b0dd4b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.5.1 (2016-11-22) +------------------ + +- Add niscode to CRAB gemeente renderer. (#39) + 0.5.0 (2016-07-27) ------------------ diff --git a/docs/source/conf.py b/docs/source/conf.py index a3ca0bb..d945eb5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.5.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 25ae3f2..b747d94 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,8 @@ testing_extras = tests_requires + [] setup(name='crabpy_pyramid', - version='0.5.0', - description='Bindings for the CRABpy webservices Pyramid.', + version='0.5.1', + description='Bindings for the CRABpy webservices and the Pyramid framework.', long_description=README + '\n\n' + CHANGES, classifiers=[ 'Development Status :: 5 - Production/Stable',