From b8c4003452b3dfb40e5f03afca8342418f340f6a Mon Sep 17 00:00:00 2001 From: znicholls Date: Wed, 6 Dec 2023 12:57:48 +0000 Subject: [PATCH] bump: version 0.5.2 -> 0.5.3 --- changelog/44.trivial.md | 1 - changelog/46.trivial.md | 1 - changelog/47.docs.md | 1 - changelog/47.trivial.md | 3 --- docs/source/changelog.md | 12 ++++++++++++ pyproject.toml | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 changelog/44.trivial.md delete mode 100644 changelog/46.trivial.md delete mode 100644 changelog/47.docs.md delete mode 100644 changelog/47.trivial.md diff --git a/changelog/44.trivial.md b/changelog/44.trivial.md deleted file mode 100644 index 8ca568f..0000000 --- a/changelog/44.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Change to using copier template for repository setup diff --git a/changelog/46.trivial.md b/changelog/46.trivial.md deleted file mode 100644 index 960d325..0000000 --- a/changelog/46.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fix codecov badge and configuration after switching default branch to main diff --git a/changelog/47.docs.md b/changelog/47.docs.md deleted file mode 100644 index a64b853..0000000 --- a/changelog/47.docs.md +++ /dev/null @@ -1 +0,0 @@ -Move docs on design decisions out of `src/openscm_units/_unit_registry.py` into a dedicated notebook diff --git a/changelog/47.trivial.md b/changelog/47.trivial.md deleted file mode 100644 index b2365f2..0000000 --- a/changelog/47.trivial.md +++ /dev/null @@ -1,3 +0,0 @@ -Move `unit_registry` from `src/openscm_units/_unit_registry.py` into `openscm_units/__init__.py`. -This seems to be necessary to make the docs appear correctly without hacks (see [this issue](https://github.com/sphinx-doc/sphinx/issues/8547)). -This does not affect users of the public API hence is a trivial change. diff --git a/docs/source/changelog.md b/docs/source/changelog.md index a5b5510..0a1cd66 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -19,6 +19,18 @@ of rst and use slightly different categories. +## openscm-units v0.5.3 (2023-12-06) + + +### Improved Documentation + +- Move docs on design decisions out of `src/openscm_units/_unit_registry.py` into a dedicated notebook ([#47](https://github.com/openscm/openscm-units/pulls/47)) + +### Trivial/Internal Changes + +- [#44](https://github.com/openscm/openscm-units/pulls/44), [#46](https://github.com/openscm/openscm-units/pulls/46), [#47](https://github.com/openscm/openscm-units/pulls/47) + + ## openscm-units 0.5.2 - Fixed broken definition of ppm, caused by regression in Pint where [\'ppm\' was added to Pint](https://github.com/hgrecco/pint/pull/1661) ([#40](https://github.com/openscm/openscm-units/pull/40)) diff --git a/pyproject.toml b/pyproject.toml index affc875..8110af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openscm-units" -version = "0.5.2" +version = "0.5.3" description = "Handling of units related to simple climate modelling." authors = [ "Zebedee Nicholls ",