From f78d1fcadd7deafc12e58db43ec70791ff0e8b85 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Wed, 1 Apr 2020 11:45:56 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.6.0?= 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 | 14 +++++++------- twitcher/__version__.py | 2 +- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f36fbc57..23843429 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,9 @@ Unreleased 0.6.0 (2020-04-01) ================== +0.6.0 (2020-04-01) +================== + Changes: * Added Keycloak support (#91). diff --git a/Makefile b/Makefile index 996e9000..fb045fa5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Configuration -VERSION := 0.5.2 +VERSION := 0.6.0 APP_ROOT := $(abspath $(lastword $(MAKEFILE_LIST))/..) INI_FILE ?= development.ini diff --git a/docs/source/conf.py b/docs/source/conf.py index b81ea8b9..88bb924d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '' # The full version, including alpha/beta/rc tags. -release = '0.5.2' +release = '0.6.0' # 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 9bdf23bb..2d9c4aeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,16 +1,16 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 commit = True tag = True [bumpversion:file:CHANGES.rst] -search = +search = Unreleased ========== -replace = +replace = Unreleased ========== - + {new_version} ({now:%%Y-%%m-%%d}) ================== @@ -30,17 +30,17 @@ replace = release = '{new_version}' description-file = README.rst [tool:pytest] -addopts = +addopts = --strict --tb=native python_files = test_*.py -markers = +markers = online: mark test to need internet connection slow: mark test to be slow [flake8] max-line-length = 120 -exclude = +exclude = .git, __pycache__, twitcher/alembic/versions, diff --git a/twitcher/__version__.py b/twitcher/__version__.py index 52065177..01a0649c 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.2' +__version__ = '0.6.0'