Skip to content

Commit f9a4a2c

Browse files
committed
Bump version: 0.9.1 → 0.9.2
1 parent 3d9261d commit f9a4a2c

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
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.9.1",
25+
"version": "0.9.2",
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.9.1"
4+
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.9.2"
55

66
WORKDIR /code
77

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
# the built documents.
110110
#
111111
# The short X.Y version.
112-
version = "0.9.1"
112+
version = "0.9.2"
113113
# The full version, including alpha/beta/rc tags.
114-
release = "0.9.1"
114+
release = "0.9.2"
115115

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

finch/__version__.py

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

77
__author__ = """David Huard"""
88
__email__ = "huard.david@ouranos.ca"
9-
__version__ = '0.9.1'
9+
__version__ = '0.9.2'

setup.cfg

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

@@ -45,4 +45,3 @@ exclude =
4545
[doc8]
4646
ignore-path = docs/build,docs/source/_templates,docs/source/_static
4747
max-line-length = 120
48-

0 commit comments

Comments
 (0)