Skip to content

Commit 8b031d8

Browse files
authored
Merge pull request #420 from Ouranosinc/prepare_v0151
Prepare v0.15.1
2 parents 472a4ef + 876674a commit 8b031d8

File tree

8 files changed

+14
-12
lines changed

8 files changed

+14
-12
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"project_repo_name": "raven",
2424
"project_readthedocs_name": "pavics-raven",
2525
"project_short_description": "Raven offers processes related to hydrological modeling, and in particular, the Raven hydrological modeling framework.",
26-
"version": "0.15.0",
26+
"version": "0.15.1",
2727
"open_source_license": "MIT license",
2828
"http_port": "9099",
2929
"_copy_without_render": [

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Changes
22
=======
33

4-
0.15.1 (unreleased)
5-
-------------------
4+
0.15.1
5+
------
66
* Modified handling for gdal to better support conda-build configuration.
7+
* Update to RavenPy 0.7.8
8+
* Upgrade to PyWPS 4.5.1
79

810
0.15.0
911
------

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:set ft=dockerfile:
22
FROM continuumio/miniconda3
33
MAINTAINER https://github.com/huard/raven
4-
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.15.0"
4+
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.15.1"
55

66
# Update Debian system
77
RUN apt-get update && apt-get install -y \

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@
133133
# the built documents.
134134
#
135135
# The short X.Y version.
136-
version = "0.15.0"
136+
version = "0.15.1"
137137
# The full version, including alpha/beta/rc tags.
138-
release = "0.15.0"
138+
release = "0.15.1"
139139

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

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies:
66
- raven-hydro ==3.0.4.322
77
- ostrich ==21.03.16
88
- python >=3.7
9-
- ravenpy >=0.7.7
10-
- pywps ==4.4.5
9+
- ravenpy >=0.7.8
10+
- pywps ==4.5.1
1111
- affine
1212
- cartopy
1313
- click

raven/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = """David Huard"""
88
__email__ = "huard.david@ouranos.ca"
9-
__version__ = "0.15.0"
9+
__version__ = "0.15.1"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ravenpy>=0.7.7
1+
ravenpy>=0.7.8
22
six
3-
pywps==4.4.5
3+
pywps==4.5.1
44
owslib
55
lxml
66
jinja2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.0
2+
current_version = 0.15.1
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)