From c70565f91bb47d1375bef9b5325f1e8711386f8c Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Thu, 5 Aug 2021 13:06:56 -0400 Subject: [PATCH] Release 2.0.1 --- VERSION | 2 +- conda-recipe/meta.yaml | 2 +- docs/source/conf.py | 4 ++-- ioos_qc/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 2b2bfe1..817741b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: ioos_qc - version: "2.0.0" + version: "2.0.1" source: path: ../ diff --git a/docs/source/conf.py b/docs/source/conf.py index b8c8190..57ab4c8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -84,9 +84,9 @@ # built documents. # # The short X.Y version. -version = "2.0.0" +version = "2.0.1" # The full version, including alpha/beta/rc tags. -release = "2.0.0" +release = "2.0.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ioos_qc/__init__.py b/ioos_qc/__init__.py index 89657b3..e0cbd80 100644 --- a/ioos_qc/__init__.py +++ b/ioos_qc/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python # coding=utf-8 -__version__ = "2.0.0" +__version__ = "2.0.1"