Skip to content

Commit

Permalink
Bump version: 0.18.1 → 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 6, 2023
1 parent e9c4bce commit 42edbde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.18.1"
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.18.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 @@ -139,9 +139,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.18.1"
version = "0.18.2"
# The full version, including alpha/beta/rc tags.
release = "0.18.1"
release = "0.18.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 @@ -4,4 +4,4 @@

__author__ = "David Huard"
__email__ = "[email protected]"
__version__ = "0.18.1"
__version__ = "0.18.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.18.1
current_version = 0.18.2
commit = True
tag = False

Expand Down

0 comments on commit 42edbde

Please sign in to comment.