Skip to content

Commit

Permalink
Merge pull request #244 from bird-house/prepare-v0.9
Browse files Browse the repository at this point in the history
Prepare v0.9.0
aulemahal authored Jul 6, 2022
2 parents 91e98df + c258b4a commit 3b5fc49
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"project_repo_name": "finch",
"project_readthedocs_name": "finch",
"project_short_description": "A Web Processing Service for Climate Indicators.",
"version": "0.8.3",
"version": "0.9.0",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"_copy_without_render": [
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
*******

0.9.0 (unreleased)
0.9.0 (2022-07-06)
==================
* Fix use of ``output_name``, add ``output_format`` to xclim indicators.
* Change all outputs to use ``output`` as the main output field name (instead of ``output_netcdf``).
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 continuumio/miniconda3
MAINTAINER https://github.com/bird-house/finch
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.8.3"
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.9.0"

# Update Debian system
RUN apt-get update && apt-get install -y \
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -109,9 +109,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.8.3"
version = "0.9.0"
# The full version, including alpha/beta/rc tags.
release = "0.8.3"
release = "0.9.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
2 changes: 1 addition & 1 deletion finch/__version__.py
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@

__author__ = """David Huard"""
__email__ = "huard.david@ouranos.ca"
__version__ = '0.8.3'
__version__ = '0.9.0'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.3
current_version = 0.9.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

0 comments on commit 3b5fc49

Please sign in to comment.