Skip to content

Commit 00cd1e8

Browse files
author
bumpversion[bot]
committed
Bump version: 0.11.3 → 0.11.4
1 parent a108f54 commit 00cd1e8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.11.3"
2+
current_version = "0.11.4"
33
commit = true
44
tag = true
55
tag_name = "v{new_version}"

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"project_repo_name": "finch",
2323
"project_readthedocs_name": "finch",
2424
"project_short_description": "A Web Processing Service for Climate Indicators.",
25-
"version": "0.11.3",
25+
"version": "0.11.4",
2626
"open_source_license": "Apache Software License 2.0",
2727
"http_port": "5000",
2828
"use_pytest": "y",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM condaforge/mambaforge
33
ARG DEBIAN_FRONTEND=noninteractive
44
ENV PIP_ROOT_USER_ACTION=ignore
55
LABEL org.opencontainers.image.authors="https://github.com/bird-house/finch"
6-
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.3"
6+
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.4"
77

88
# Switch to /code directory
99
WORKDIR /code

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
# the built documents.
131131
#
132132
# The short X.Y version.
133-
version = "0.11.3"
133+
version = "0.11.4"
134134
# The full version, including alpha/beta/rc tags.
135-
release = "0.11.3"
135+
release = "0.11.4"
136136

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

finch/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """David Huard"""
77
__email__ = "[email protected]"
8-
__version__ = "0.11.3"
8+
__version__ = "0.11.4"

0 commit comments

Comments
 (0)