Skip to content

Commit

Permalink
Bump version: 0.11.0 → 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tlogan2000 committed Jun 16, 2023
1 parent 76d15c8 commit 653c597
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.0",
"version": "0.11.1",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"_copy_without_render": [
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim:set ft=dockerfile:
FROM condaforge/mambaforge
MAINTAINER https://github.com/bird-house/finch
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.0"
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.11.1"

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 @@ -136,9 +136,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.11.0"
version = "0.11.1"
# The full version, including alpha/beta/rc tags.
release = "0.11.0"
release = "0.11.1"

# 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__ = "huard.david@ouranos.ca"
__version__ = "0.11.0"
__version__ = "0.11.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.0
current_version = 0.11.1
commit = True
tag = True

Expand Down

0 comments on commit 653c597

Please sign in to comment.