From 729ace7971bc04e10e41200984b398435c0fc4b1 Mon Sep 17 00:00:00 2001 From: Germano Guerrini Date: Fri, 14 Jun 2024 08:48:17 +0200 Subject: [PATCH] Updated version --- docs/source/changelog.rst | 12 ++++++++++++ docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c4150a3..b1b043e 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,18 @@ Changelog ========= +Version 2.17 +----------- +* Added Conda-Forge repository + +Version 2.16 +----------- +* Fixed filename extraction in case of enclosing quotes + +Version 2.14 +----------- +* Improved v1 to v2 payload conversion + Version 2.13 ----------- * Fixed missing exception case that could lead to empty files diff --git a/docs/source/conf.py b/docs/source/conf.py index 6ef5c6c..8e76962 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,8 +15,8 @@ copyright = "2023, ECMWF" author = "ECMWF" -release = "2.15" -version = "2.15" +release = "2.17" +version = "2.17" # -- General configuration diff --git a/setup.py b/setup.py index 327f17f..294c698 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.16" +version = "2.17" setuptools.setup( name="hda",