From 511739de930f3eaf32dcb3ebff5146c1f76f8018 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Thu, 11 Jul 2019 11:37:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 3 +++ Makefile | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- twitcher/__version__.py | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 229bc8a4..61c07605 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changes Unreleased ========== +0.5.2 (2019-07-11) +================== + New Features: * Adds route `/info` which returns contents of `twitcher.__version__`. diff --git a/Makefile b/Makefile index 67298098..5560ce7c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Configuration -VERSION := 0.5.1 +VERSION := 0.5.2 APP_ROOT := $(abspath $(lastword $(MAKEFILE_LIST))/..) INI_FILE ?= development.ini diff --git a/docs/source/conf.py b/docs/source/conf.py index 615a4bb4..40777103 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,7 +61,7 @@ # The short X.Y version. version = '' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index d922c42a..3bc2d4f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True diff --git a/twitcher/__version__.py b/twitcher/__version__.py index 597ca2ec..52065177 100644 --- a/twitcher/__version__.py +++ b/twitcher/__version__.py @@ -6,4 +6,4 @@ __doc__ = """Security Proxy for OGC Services like WPS.""" __author__ = """Carsten Ehbrecht""" __email__ = 'ehbrecht@dkrz.de' -__version__ = '0.5.1' +__version__ = '0.5.2'