From f4e39fc013613809e025fc19b1f3dab5b3bfaf86 Mon Sep 17 00:00:00 2001 From: znicholls Date: Sat, 15 Jun 2024 12:53:27 +0000 Subject: [PATCH] bump: version 0.5.4 -> 0.6.0 --- changelog/49.trivial.md | 1 - changelog/50.trivial.md | 1 - changelog/51.feature.md | 5 ----- changelog/51.trivial.md | 1 - docs/source/changelog.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 changelog/49.trivial.md delete mode 100644 changelog/50.trivial.md delete mode 100644 changelog/51.feature.md delete mode 100644 changelog/51.trivial.md diff --git a/changelog/49.trivial.md b/changelog/49.trivial.md deleted file mode 100644 index 5ed5c18..0000000 --- a/changelog/49.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Updated to newer copier template version diff --git a/changelog/50.trivial.md b/changelog/50.trivial.md deleted file mode 100644 index 8ad628c..0000000 --- a/changelog/50.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fixed test installation CI diff --git a/changelog/51.feature.md b/changelog/51.feature.md deleted file mode 100644 index 622292f..0000000 --- a/changelog/51.feature.md +++ /dev/null @@ -1,5 +0,0 @@ -Added support for the new version of {py:mod}`globalwarmingpotentials`. - -This means that {py:mod}`globalwarmingpotentials` >= 10.0.1 can be used, -so support for metrics from the third assessment report (TAR) -are now provided too. diff --git a/changelog/51.trivial.md b/changelog/51.trivial.md deleted file mode 100644 index 55a8ec8..0000000 --- a/changelog/51.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Update copier repo version to fix read the docs build diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 535800d..ab5d2f1 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -19,6 +19,22 @@ of rst and use slightly different categories. +## openscm-units v0.6.0 (2024-06-15) + + +### Features + +- Added support for the new version of {py:mod}`globalwarmingpotentials`. + + This means that {py:mod}`globalwarmingpotentials` >= 10.0.1 can be used, + so support for metrics from the third assessment report (TAR) + are now provided too. ([#51](https://github.com/openscm/openscm-units/pulls/51)) + +### Trivial/Internal Changes + +- [#49](https://github.com/openscm/openscm-units/pulls/49), [#50](https://github.com/openscm/openscm-units/pulls/50), [#51](https://github.com/openscm/openscm-units/pulls/51) + + ## openscm-units v0.5.4 (2023-12-11) diff --git a/pyproject.toml b/pyproject.toml index b4fc2d6..653476f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openscm-units" -version = "0.5.4" +version = "0.6.0" description = "Handling of units related to simple climate modelling." authors = [ "Zebedee Nicholls ",