From 90ff72cc26f0c3e2f7a4d8109ef57504b6670165 Mon Sep 17 00:00:00 2001 From: Pascal Bourgault Date: Fri, 4 Nov 2022 14:36:59 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.2=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cruft.json | 2 +- Dockerfile | 2 +- docs/source/conf.py | 4 ++-- finch/__version__.py | 2 +- setup.cfg | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.cruft.json b/.cruft.json index c399a421..a00d3c25 100644 --- a/.cruft.json +++ b/.cruft.json @@ -22,7 +22,7 @@ "project_repo_name": "finch", "project_readthedocs_name": "finch", "project_short_description": "A Web Processing Service for Climate Indicators.", - "version": "0.9.2", + "version": "0.10.0", "open_source_license": "Apache Software License 2.0", "http_port": "5000", "_copy_without_render": [ diff --git a/Dockerfile b/Dockerfile index 6bfc8638..ce1ddb7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.9.2" +LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.10.0" WORKDIR /code diff --git a/docs/source/conf.py b/docs/source/conf.py index 551b8711..86dfeb4a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -130,9 +130,9 @@ # the built documents. # # The short X.Y version. -version = "0.9.2" +version = "0.10.0" # The full version, including alpha/beta/rc tags. -release = "0.9.2" +release = "0.10.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/finch/__version__.py b/finch/__version__.py index 8f55930f..1b84fe9b 100644 --- a/finch/__version__.py +++ b/finch/__version__.py @@ -6,4 +6,4 @@ __author__ = """David Huard""" __email__ = "huard.david@ouranos.ca" -__version__ = '0.9.2' +__version__ = '0.10.0' diff --git a/setup.cfg b/setup.cfg index 84f437db..63dee67c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2 +current_version = 0.10.0 commit = True tag = True @@ -45,3 +45,4 @@ exclude = [doc8] ignore-path = docs/build,docs/source/_templates,docs/source/_static max-line-length = 120 +