From 9654c5342c7419b0f9927c8a38dd0c17efda1466 Mon Sep 17 00:00:00 2001 From: znicholls Date: Thu, 26 Dec 2024 20:56:17 +0000 Subject: [PATCH] bump: version 0.1.5a1 -> 0.1.5 --- changelog/7.trivial.md | 1 - docs/changelog.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog/7.trivial.md diff --git a/changelog/7.trivial.md b/changelog/7.trivial.md deleted file mode 100644 index 2508d96..0000000 --- a/changelog/7.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fix up deploy workflow (problem: https://github.com/openscm/continuous-timeseries/actions/runs/12508277675). diff --git a/docs/changelog.md b/docs/changelog.md index 9e45d2d..2122fa2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -21,6 +21,13 @@ from the examples given in that link. +## Continuous Timeseries v0.1.5 (2024-12-26) + +### 🔧 Trivial/Internal Changes + +- [#7](https://github.com/openscm/continuous-timeseries/pull/7) + + ## Continuous Timeseries v0.1.4 (2024-12-26) ### 🔧 Trivial/Internal Changes diff --git a/pyproject.toml b/pyproject.toml index bfdd83c..3855bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "continuous-timeseries" -version = "0.1.5a1" +version = "0.1.5" description = "Representation of continuous timeseries." authors = [ { name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" }, diff --git a/uv.lock b/uv.lock index 47ab496..f766690 100644 --- a/uv.lock +++ b/uv.lock @@ -334,7 +334,7 @@ wheels = [ [[package]] name = "continuous-timeseries" -version = "0.1.4" +version = "0.1.5" source = { editable = "." } [package.optional-dependencies]