Skip to content

Commit

Permalink
Bump version: 0.11.3 → 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Dec 20, 2023
1 parent a108f54 commit 00cd1e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.11.3"
current_version = "0.11.4"
commit = true
tag = true
tag_name = "v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"project_repo_name": "finch",
"project_readthedocs_name": "finch",
"project_short_description": "A Web Processing Service for Climate Indicators.",
"version": "0.11.3",
"version": "0.11.4",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"use_pytest": "y",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM condaforge/mambaforge
ARG DEBIAN_FRONTEND=noninteractive
ENV PIP_ROOT_USER_ACTION=ignore
LABEL org.opencontainers.image.authors="https://github.com/bird-house/finch"
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.3"
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.4"

# Switch to /code directory
WORKDIR /code
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.11.3"
version = "0.11.4"
# The full version, including alpha/beta/rc tags.
release = "0.11.3"
release = "0.11.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion finch/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = """David Huard"""
__email__ = "[email protected]"
__version__ = "0.11.3"
__version__ = "0.11.4"

0 comments on commit 00cd1e8

Please sign in to comment.