From 59c52b6ab7ae3471e12a021e0ad2cdfeef71823c Mon Sep 17 00:00:00 2001 From: Germano Guerrini Date: Wed, 13 Mar 2024 17:50:28 +0100 Subject: [PATCH] Bumped version 2.12 --- docs/source/changelog.rst | 4 ++++ docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3b15919..496f5e6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +Version 2.12 +----------- +* Removed URL reading from file .hdarc + Version 2.0 ----------- * Updated version compatible with HDA v2 diff --git a/docs/source/conf.py b/docs/source/conf.py index d2f13aa..7fa6be7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,8 +15,8 @@ copyright = "2023, ECMWF" author = "ECMWF" -release = "2.11" -version = "2.11" +release = "2.12" +version = "2.12" # -- General configuration diff --git a/setup.py b/setup.py index 1207d5a..5fae67d 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.11" +version = "2.12" setuptools.setup( name="hda",