Skip to content

Commit

Permalink
Merge pull request #212 from roocs/prepare-release-0.8.2
Browse files Browse the repository at this point in the history
Prepare release 0.8.2
  • Loading branch information
cehbrecht committed May 16, 2022
2 parents b91baf9 + 27bdb7b commit 24ed2c3
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 42 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.8.1",
"version": "0.8.2",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"_copy_without_render": [
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
*******

0.8.2 (2022-05-16)
==================

* Updated to daops 0.8.1 and clisops 0.9.1 (#211).
* Added tests to check correct metadata (#211).

0.8.1 (2022-04-20)
==================

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/roocs/rook
LABEL Description="rook WPS" Vendor="Birdhouse" Version="0.8.1"
LABEL Description="rook WPS" Vendor="Birdhouse" Version="0.8.2"

# Update Debian system
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
# The short X.Y version.
# version = "0.1.0"
# The full version, including alpha/beta/rc tags.
release = "0.8.1"
release = "0.8.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 rook/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Carsten Ehbrecht"""
__email__ = "ehbrecht@dkrz.de"
__version__ = "0.8.1"
__version__ = "0.8.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.8.1
current_version = 0.8.2
commit = True
tag = True

Expand Down
75 changes: 38 additions & 37 deletions spec-list.txt

Large diffs are not rendered by default.

0 comments on commit 24ed2c3

Please sign in to comment.