Skip to content

Commit 55e02be

Browse files
committed
Bump version: 0.11.0 → 0.11.1
1 parent e409cff commit 55e02be

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changes
44
Unreleased
55
====================================================================================================================
66

7+
0.11.1 (2026-01-09)
8+
====================================================================================================================
9+
710
Changes:
811

912
* Pin ``urllib3>=2.6.3`` for latest security vulnerability fixes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration
2-
VERSION := 0.11.0
2+
VERSION := 0.11.1
33
APP_ROOT := $(abspath $(lastword $(MAKEFILE_LIST))/..)
44
INI_FILE ?= development.ini
55

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = ''
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.11.0'
65+
release = '0.11.1'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0
2+
current_version = 0.11.1
33
commit = True
44
tag = True
55

twitcher/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
__doc__ = """Security Proxy for OGC Services like WPS."""
77
__author__ = """Carsten Ehbrecht"""
88
__email__ = '[email protected]'
9-
__version__ = '0.11.0'
9+
__version__ = '0.11.1'

0 commit comments

Comments
 (0)