From df6d3db7853e276731a60cf0ae421dd8bcfd4aed Mon Sep 17 00:00:00 2001 From: Dave Foster Date: Thu, 31 Oct 2019 12:10:32 -0400 Subject: [PATCH] Release 1.9.1 --- VERSION | 2 +- conda-recipe/meta.yaml | 2 +- docs/conf.py | 4 ++-- pocean/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index f8e233b..9ab8337 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a7b9c77..dbbb1bf 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pocean-core - version: "1.9.0" + version: "1.9.1" source: path: ../ diff --git a/docs/conf.py b/docs/conf.py index 51010ae..1774519 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ # built documents. # # The short X.Y version. -version = "1.9.0" +version = "1.9.1" # The full version, including alpha/beta/rc tags. -release = "1.9.0" +release = "1.9.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pocean/__init__.py b/pocean/__init__.py index af1a5b8..13a0d71 100644 --- a/pocean/__init__.py +++ b/pocean/__init__.py @@ -6,4 +6,4 @@ logger = logging.getLogger("pocean") logger.addHandler(logging.NullHandler()) -__version__ = "1.9.0" +__version__ = "1.9.1"