From dd3b364f1dcff9ed54f956a6e53ea2807a7ff685 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Wed, 28 Sep 2022 08:54:51 +0200 Subject: [PATCH 1/2] update changes --- HISTORY.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 019dfc6..c859bdd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,19 @@ Version History =============== +v0.5.0 (2022-09-28) +------------------- + +New Features +^^^^^^^^^^^^ + +* Added operator and notebook for `Concat` demo (#104). + +Changes +^^^^^^^ + +* Updated notebooks (subset, cmip6-decadal, intake). + v0.4.0 (2022-04-14) ------------------- From 677772724848ec65dbdb8de1fbbb63962a1e67be Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Wed, 28 Sep 2022 08:56:52 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ace94e3..a416e21 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = "" # The full version, including alpha/beta/rc tags. -release = "0.4.0" +release = "0.5.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index cc9b28e..69e9e1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index abf43f8..14f0de8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ __contact__ = "ehbrecht@dkrz.de" __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __license__ = "BSD - see LICENSE file in top-level package directory" -__version__ = "0.4.0" +__version__ = "0.5.0" # One strategy for storing the overall version is to put it in the top-level # package's __init__ but Nb. __init__.py files are not needed to declare