From 69c027923d530119abf44523b17d125b18cf075b Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Tue, 19 Apr 2022 17:38:45 +0200 Subject: [PATCH 1/2] update history --- HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index ac5af18..915c0ac 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ Version History =============== +v0.6.1 (2022-04-19) +------------------- +Bug Fixes +^^^^^^^^^ +* Added data_node_root in `roocs.ini` for C3S-CORDEX and C3S-CMIP5 (#97). + v0.6.0 (2022-04-14) ------------------- Bug Fixes From e4ee287f69e92d0f2d33ace917863c54a460cd82 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Tue, 19 Apr 2022 17:40:00 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- roocs_utils/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8f69a8f..f6f5467 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ # the built documents. # # The short X.Y version. -version = "0.6.0" +version = "0.6.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/roocs_utils/__init__.py b/roocs_utils/__init__.py index 358febb..3e35524 100644 --- a/roocs_utils/__init__.py +++ b/roocs_utils/__init__.py @@ -5,7 +5,7 @@ __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __license__ = "BSD - see LICENSE file in top-level package directory" -__version__ = "0.6.0" +__version__ = "0.6.1" from roocs_utils.config import get_config import roocs_utils diff --git a/setup.cfg b/setup.cfg index bdd76ce..42fd411 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index ec1047b..fd72849 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __license__ = "BSD - see LICENSE file in top-level package directory" -__version__ = "0.6.0" +__version__ = "0.6.1" from setuptools import find_packages from setuptools import setup