Skip to content

Commit

Permalink
Merge pull request #401 from Ouranosinc/prepare_014
Browse files Browse the repository at this point in the history
Prepare v0.14
  • Loading branch information
Zeitsperre authored Aug 30, 2021
2 parents 1f045ca + 3e88ed9 commit 2d7bc3d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"project_repo_name": "raven",
"project_readthedocs_name": "pavics-raven",
"project_short_description": "Raven offers processes related to hydrological modeling, and in particular, the Raven hydrological modeling framework.",
"version": "0.13.0",
"version": "0.14.0",
"open_source_license": "MIT license",
"http_port": "9099",
"_copy_without_render": [
Expand Down
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Changes
0.14
----

* Update to RavenPy 0.7.1
* Update to RavenPy 0.7.2
* Use new OWSlib WFS topological filters

* More informative install documentation
* Upgrade to PyWPS 4.4.5

0.13
----
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 continuumio/miniconda3
MAINTAINER https://github.com/huard/raven
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.13.0"
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.14.0"

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- raven-hydro ==3.0.4.322
- ostrich ==21.03.16
- ravenpy >=0.7.2
- pywps ==4.5.0
- pywps ==4.4.5
- unidecode
- birdy
- owslib
Expand Down
2 changes: 1 addition & 1 deletion raven/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """David Huard"""
__email__ = "huard.david@ouranos.ca"
__version__ = "0.13.0"
__version__ = "0.14.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ravenpy>=0.7.2
six
pywps==4.5.0
pywps==4.4.5
owslib
lxml
jinja2
Expand Down
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.12.1
current_version = 0.14.0
commit = False
tag = False

Expand Down

0 comments on commit 2d7bc3d

Please sign in to comment.