From 1243ab6be81ab7894bd98828cdc7840433187b3f Mon Sep 17 00:00:00 2001 From: znichollscr Date: Thu, 15 Feb 2024 16:34:57 +0000 Subject: [PATCH] bump: version 0.5.0 -> 0.5.1 --- changelog/13.fix.md | 1 - docs/source/changelog.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 changelog/13.fix.md diff --git a/changelog/13.fix.md b/changelog/13.fix.md deleted file mode 100644 index c0b45e3..0000000 --- a/changelog/13.fix.md +++ /dev/null @@ -1 +0,0 @@ -Loosened dependencies diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 70b8874..efb28ce 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -19,6 +19,14 @@ of rst and use slightly different categories. +## carpet-concentrations v0.5.1 (2024-02-15) + + +### Bug Fixes + +- Loosened dependencies ([#13](https://github.com/climate-resource/Carpet-Concentrations/pulls/13)) + + ## carpet-concentrations v0.5.0 (2023-12-12) diff --git a/pyproject.toml b/pyproject.toml index 3414eb2..18e4cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ branch = true [tool.poetry] name = "carpet-concentrations" -version = "0.5.0" +version = "0.5.1" description = "Core tools for the development of greenhouse gas concentration input files (i.e. flying carpets)." authors = ["Zebedee Nicholls "] readme = "README.md"