Skip to content

Commit

Permalink
Prepare v0.17.1 (#467)
Browse files Browse the repository at this point in the history
## Overview

Changes:

* Prepares a new version of RavenWPS
  • Loading branch information
Zeitsperre authored Apr 4, 2023
2 parents b0e7761 + 9d4442d commit dc444e3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 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.17.0",
"version": "0.17.1",
"open_source_license": "MIT license",
"http_port": "9099",
"_copy_without_render": [
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.17.1 (2023-04-04)
-------------------

Internal Changes
^^^^^^^^^^^^^^^^
* Dockerfile configuration now uses Python3.8 and `condaforge/mambaforge` base image (#466)
* `pandas` is temporarily pinned below v2.0 (#466)

0.17.0 (2023-02-28)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM condaforge/mambaforge
ARG DEBIAN_FRONTEND=noninteractive
MAINTAINER https://github.com/huard/raven
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.17.0"
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.17.1"

# 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 @@ -135,9 +135,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.17.0"
version = "0.17.1"
# The full version, including alpha/beta/rc tags.
release = "0.17.0"
release = "0.17.1"

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

__author__ = """David Huard"""
__email__ = "[email protected]"
__version__ = "0.17.0"
__version__ = "0.17.1"
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.17.0
current_version = 0.17.1
commit = True
tag = False

Expand Down

0 comments on commit dc444e3

Please sign in to comment.