Skip to content

Commit

Permalink
Merge pull request #266 from roocs/prep-rel-0.15.0
Browse files Browse the repository at this point in the history
Prep rel 0.15.0
  • Loading branch information
cehbrecht authored Nov 20, 2024
2 parents 670be7c + 7690d2e commit e1b5ace
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"project_repo_name": "rook",
"project_readthedocs_name": "rook",
"project_short_description": "A WPS service for roocs.",
"version": "0.14.0",
"version": "0.15.0",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"use_pytest": "y",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
*******

0.15.0 (2024-11-20)
===================

* Updated decadal fixes to handle proleptic gregorian calendar (#263, #265).
* Updated provenance to include local installation "site" name (#264).
* Fixed links in documentation (#262).

0.14.0 (2024-10-22)
===================
* Added a Docker image testing step the GitHub Actions CI pipeline (#259).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM condaforge/mambaforge
ARG DEBIAN_FRONTEND=noninteractive
ENV PIP_ROOT_USER_ACTION=ignore
LABEL org.opencontainers.image.authors="https://github.com/roocs/rook"
LABEL Description="rook WPS" Vendor="Birdhouse" Version="0.14.0"
LABEL Description="rook WPS" Vendor="Birdhouse" Version="0.15.0"

# Set the working directory to /code
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rook = "rook.cli:cli"
[tool]

[tool.bumpversion]
current_version = "0.14.0"
current_version = "0.15.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion src/rook/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Carsten Ehbrecht"""
__email__ = "[email protected]"
__version__ = "0.14.0"
__version__ = "0.15.0"

0 comments on commit e1b5ace

Please sign in to comment.