Skip to content

Commit

Permalink
Merge pull request #158 from bird-house/release_0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
huard committed Mar 15, 2021
2 parents 674f958 + 71ae1eb commit 1c3566b
Show file tree
Hide file tree
Showing 8 changed files with 3,266 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
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.6.1",
"version": "0.7.0",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"_copy_without_render": [
Expand Down
6 changes: 4 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,12 +2,14 @@ Changes
*******


0.6.2 (unreleased)
0.7.0 (2021-03-15)
==================

* Update to xclim 0.24
* Add new process averaging gridded fields over a polygon using xESMF
* Update to xclim 0.24, allowing for considerable simplification of the indicator process building mechanism
* Update to PyWPS 4.4


0.6.1 (2021-01-26)
==================

Expand Down
2 changes: 1 addition & 1 deletion 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.6.1"
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.7.0"

# Update Debian system
RUN apt-get update && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -91,9 +91,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.6.1"
version = "0.7.0"
# The full version, including alpha/beta/rc tags.
release = "0.6.1"
release = "0.7.0"

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

0 comments on commit 1c3566b

Please sign in to comment.