Skip to content

Commit

Permalink
bump version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 3, 2021
1 parent a071cf4 commit be28a7d
Show file tree
Hide file tree
Showing 5 changed files with 6 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.14.1",
"version": "0.14.2",
"open_source_license": "MIT license",
"http_port": "9099",
"_copy_without_render": [
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.14.1"
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.14.2"

# 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.14.1"
version = "0.14.2"
# The full version, including alpha/beta/rc tags.
release = "0.14.1"
release = "0.14.2"

# 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 @@ -6,4 +6,4 @@

__author__ = """David Huard"""
__email__ = "[email protected]"
__version__ = "0.14.1"
__version__ = "0.14.2"
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.14.1
current_version = 0.14.2
commit = False
tag = False

Expand Down

0 comments on commit be28a7d

Please sign in to comment.