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) ------------------- 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