From 24919e4c94019326bcb9f456c84a906a2960927e Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 22 Jul 2024 10:06:39 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.10.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 | 2 +- twitcher/__version__.py | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b304af5..553dc5f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changes Unreleased ========== +0.10.0 (2024-07-22) +================== + Changes: * Drop Python 3.6, 3.7 support. diff --git a/Makefile b/Makefile index e75bc9b..de4b0db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Configuration -VERSION := 0.9.0 +VERSION := 0.10.0 APP_ROOT := $(abspath $(lastword $(MAKEFILE_LIST))/..) INI_FILE ?= development.ini diff --git a/docs/source/conf.py b/docs/source/conf.py index de1e381..e04c1ce 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.9.0' +release = '0.10.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 f3b4620..5e8f2ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.10.0 commit = True tag = True diff --git a/twitcher/__version__.py b/twitcher/__version__.py index 7e55246..adbd57d 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.9.0' +__version__ = '0.10.0'