diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b1b043e..8f66fe9 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +Version 2.18 +------------ +* Download URL computation has its own method + Version 2.17 ----------- * Added Conda-Forge repository diff --git a/docs/source/conf.py b/docs/source/conf.py index 8e76962..f9c8471 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,8 +15,8 @@ copyright = "2023, ECMWF" author = "ECMWF" -release = "2.17" -version = "2.17" +release = "2.18" +version = "2.18" # -- General configuration diff --git a/setup.py b/setup.py index 294c698..310381d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return io.open(file_path, encoding="utf-8").read() -version = "2.17" +version = "2.18" setuptools.setup( name="hda",