File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44Unreleased
55====================================================================================================================
66
7+ 0.11.1 (2026-01-09)
8+ ====================================================================================================================
9+
710Changes:
811
912* Pin ``urllib3>=2.6.3 `` for latest security vulnerability fixes.
Original file line number Diff line number Diff line change 11# Configuration
2- VERSION := 0.11.0
2+ VERSION := 0.11.1
33APP_ROOT := $(abspath $(lastword $(MAKEFILE_LIST ) ) /..)
44INI_FILE ?= development.ini
55
Original file line number Diff line number Diff line change 6262# The short X.Y version.
6363version = ''
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.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.11.0
2+ current_version = 0.11.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 66__doc__ = """Security Proxy for OGC Services like WPS."""
77__author__ = """Carsten Ehbrecht"""
889- __version__ = '0.11.0 '
9+ __version__ = '0.11.1 '
You can’t perform that action at this time.
0 commit comments