Skip to content

Commit 653c597

Browse files
committed
Bump version: 0.11.0 → 0.11.1
1 parent 76d15c8 commit 653c597

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.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.0",
25+
"version": "0.11.1",
2626
"open_source_license": "Apache Software License 2.0",
2727
"http_port": "5000",
2828
"_copy_without_render": [

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:set ft=dockerfile:
22
FROM condaforge/mambaforge
33
MAINTAINER https://github.com/bird-house/finch
4-
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.0"
4+
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.1"
55

66
WORKDIR /code
77

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
# the built documents.
137137
#
138138
# The short X.Y version.
139-
version = "0.11.0"
139+
version = "0.11.1"
140140
# The full version, including alpha/beta/rc tags.
141-
release = "0.11.0"
141+
release = "0.11.1"
142142

143143
# The language for content autogenerated by Sphinx. Refer to documentation
144144
# 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.0"
8+
__version__ = "0.11.1"

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

0 commit comments

Comments
 (0)