From de28a80cd234573e42e25de7e13fcc97e1b819ea Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Tue, 22 Sep 2020 10:58:02 -0400 Subject: [PATCH] Release 2.0.0 --- 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 77fee73..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.3 +2.0.0 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e847a86..d9067f3 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pocean-core - version: "1.9.3" + version: "2.0.0" source: path: ../ diff --git a/docs/conf.py b/docs/conf.py index 8d69d7b..7d38a58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ # built documents. # # The short X.Y version. -version = "1.9.3" +version = "2.0.0" # The full version, including alpha/beta/rc tags. -release = "1.9.3" +release = "2.0.0" # 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 15ad2a5..6454a72 100644 --- a/pocean/__init__.py +++ b/pocean/__init__.py @@ -6,4 +6,4 @@ logger = logging.getLogger("pocean") logger.addHandler(logging.NullHandler()) -__version__ = "1.9.3" +__version__ = "2.0.0"