From e4f8833fe1f47e7d89a3a480d95d469a84388909 Mon Sep 17 00:00:00 2001 From: znichollscr Date: Tue, 12 Dec 2023 10:28:39 +0000 Subject: [PATCH] bump: version 0.4.2 -> 0.5.0 --- changelog/7.improvement.md | 1 - changelog/9.trivial.md | 1 - docs/source/changelog.md | 12 ++++++++++++ pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 changelog/7.improvement.md delete mode 100644 changelog/9.trivial.md diff --git a/changelog/7.improvement.md b/changelog/7.improvement.md deleted file mode 100644 index 5c1fecc..0000000 --- a/changelog/7.improvement.md +++ /dev/null @@ -1 +0,0 @@ -Added support for "yr" frequency in :func:`format_date` diff --git a/changelog/9.trivial.md b/changelog/9.trivial.md deleted file mode 100644 index c634c11..0000000 --- a/changelog/9.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bump CI workflow diff --git a/docs/source/changelog.md b/docs/source/changelog.md index f975eb4..70b8874 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -19,6 +19,18 @@ of rst and use slightly different categories. +## carpet-concentrations v0.5.0 (2023-12-12) + + +### Improvements + +- Added support for "yr" frequency in :func:`format_date` ([#7](https://github.com/climate-resource/Carpet-Concentrations/pulls/7)) + +### Trivial/Internal Changes + +- [#9](https://github.com/climate-resource/Carpet-Concentrations/pulls/9) + + ## carpet-concentrations v0.4.2 (2023-06-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3d2168e..1bce626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ branch = true [tool.poetry] name = "carpet-concentrations" -version = "0.4.2" +version = "0.5.0" description = "Core tools for the development of greenhouse gas concentration input files (i.e. flying carpets)." authors = ["Zebedee Nicholls "] readme = "README.md"