From 9a12a0a193cb6c2737bb8a04f85e78d0a80cb6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Pfl=C3=BCger?= Date: Tue, 18 Jul 2023 15:17:11 +0200 Subject: [PATCH] Release version 4.0.0 --- README.rst | 2 +- setup.cfg | 2 +- tbump.toml | 2 +- unfccc_di_api/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3afbe79..67063fd 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Citation If you use this library and want to cite it, please cite it as: Mika Pflüger, Daniel Huppmann & Johannes Gütschow. (2022-12-13). -pik-primap/unfccc_di_api: unfccc_di_api version 3.0.2. +pik-primap/unfccc_di_api: unfccc_di_api version 4.0.0. Zenodo. https://doi.org/10.5281/zenodo.7431899 Data package diff --git a/setup.cfg b/setup.cfg index 813dc1e..ac48eff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = unfccc_di_api -version = 3.0.2 +version = 4.0.0 author = Mika Pflüger author_email = mika.pflueger@pik-potsdam.de description = Python wrapper around the Flexible Query API of the UNFCCC. diff --git a/tbump.toml b/tbump.toml index b1cc896..0c6b857 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/pik-primap/unfccc_di_api/" [version] -current = "3.0.2" +current = "4.0.0" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/unfccc_di_api/__init__.py b/unfccc_di_api/__init__.py index 5562cf0..c213925 100644 --- a/unfccc_di_api/__init__.py +++ b/unfccc_di_api/__init__.py @@ -10,7 +10,7 @@ __author__ = """Mika Pflüger""" __email__ = "mika.pflueger@pik-potsdam.de" -__version__ = "3.0.2" +__version__ = "4.0.0" from .unfccc_di_api import ( NoDataError,