From d307e0ac1b069825b487501f8049523ef947b071 Mon Sep 17 00:00:00 2001 From: Lewis Blake Date: Tue, 3 Dec 2024 09:19:52 +0100 Subject: [PATCH 1/3] pyproject.toml v0.25.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea8877409..9282bd5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pyaerocom" -version = "0.25.0.dev0" +version = "0.25.0" authors = [{ name = "MET Norway" }] description = "pyaerocom model evaluation software" classifiers = [ @@ -111,7 +111,7 @@ filterwarnings = [ # Ignore self-deprecation warnings related to plotting 'ignore:matplotlib based plotting is no longer directly supported. This (function|class) may be removed in future versions\.:DeprecationWarning:(pyaerocom|tests):', # and not on this list - "ignore:Using DEFAULT_SPHERICAL_EARTH_RADIUS:UserWarning:iris.*:", # Issue #1394 + "ignore:Using DEFAULT_SPHERICAL_EARTH_RADIUS:UserWarning:iris.*:", # Issue #1394 ] [tool.coverage.run] From c4ec546e3ffbce2f16b455d9701289c75ac35149 Mon Sep 17 00:00:00 2001 From: Lewis Blake Date: Tue, 3 Dec 2024 09:22:52 +0100 Subject: [PATCH 2/3] pyproject.toml v0.26.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9282bd5bb..c9abc2fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pyaerocom" -version = "0.25.0" +version = "0.26.0.dev0" authors = [{ name = "MET Norway" }] description = "pyaerocom model evaluation software" classifiers = [ From 27089bd5cad66aebb0dbaffc3c05b2e16814c686 Mon Sep 17 00:00:00 2001 From: Lewis Blake Date: Tue, 3 Dec 2024 09:28:18 +0100 Subject: [PATCH 3/3] use doi for all versions in readme.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c2caee151..b2cd8152b 100644 --- a/README.rst +++ b/README.rst @@ -24,5 +24,5 @@ pyaerocom .. |Coverage| image:: https://codecov.io/gh/metno/pyaerocom/branch/main-dev/graph/badge.svg?token=A0AdX8YciZ :target: https://codecov.io/gh/metno/pyaerocom -.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14100736.svg - :target: https://doi.org/10.5281/zenodo.14100736 +.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10374180.svg + :target: https://doi.org/10.5281/zenodo.10374180