From 8efc03cb3ffaba2656120c9ee490fb55206f4c97 Mon Sep 17 00:00:00 2001 From: Phobos Date: Tue, 4 May 2021 12:13:00 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.3=20=E2=86=92=200.7.4?= 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 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.cruft.json b/.cruft.json index 4691ac64..d70f31f9 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.7.3", + "version": "0.7.4", "open_source_license": "Apache Software License 2.0", "http_port": "5000", "_copy_without_render": [ diff --git a/Dockerfile b/Dockerfile index f247e1a2..7ed6a9cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # vim:set ft=dockerfile: FROM continuumio/miniconda3 MAINTAINER https://github.com/bird-house/finch -LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.7.3" +LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.7.4" # Update Debian system RUN apt-get update && apt-get install -y \ diff --git a/docs/source/conf.py b/docs/source/conf.py index e5f4a604..0c669a62 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -91,9 +91,9 @@ # the built documents. # # The short X.Y version. -version = "0.7.3" +version = "0.7.4" # The full version, including alpha/beta/rc tags. -release = "0.7.3" +release = "0.7.4" # 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 ad7aef4e..3686298f 100644 --- a/finch/__version__.py +++ b/finch/__version__.py @@ -6,4 +6,4 @@ __author__ = """David Huard""" __email__ = "huard.david@ouranos.ca" -__version__ = '0.7.3' +__version__ = '0.7.4' diff --git a/setup.cfg b/setup.cfg index 07c5eb2c..f826c491 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.7.4 commit = True tag = True