From 97b4a7fd95997ea22c551bf81a005022a75b75e7 Mon Sep 17 00:00:00 2001 From: znicholls Date: Thu, 26 Dec 2024 20:49:35 +0000 Subject: [PATCH] bump: version 0.1.4a1 -> 0.1.4 --- changelog/4.trivial.md | 1 - docs/changelog.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 changelog/4.trivial.md diff --git a/changelog/4.trivial.md b/changelog/4.trivial.md deleted file mode 100644 index 87eb1c3..0000000 --- a/changelog/4.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Switched to uv for environment management. diff --git a/docs/changelog.md b/docs/changelog.md index 49916c6..9e45d2d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -21,6 +21,13 @@ from the examples given in that link. +## Continuous Timeseries v0.1.4 (2024-12-26) + +### 🔧 Trivial/Internal Changes + +- [#4](https://github.com/openscm/continuous-timeseries/pull/4) + + ## Continuous Timeseries v0.1.3 (2024-12-26) ### 🔧 Trivial/Internal Changes diff --git a/pyproject.toml b/pyproject.toml index 51c58f0..982eb59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "continuous-timeseries" -version = "0.1.4a1" +version = "0.1.4" 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 942c8d0..47ab496 100644 --- a/uv.lock +++ b/uv.lock @@ -334,7 +334,7 @@ wheels = [ [[package]] name = "continuous-timeseries" -version = "0.1.4a1" +version = "0.1.4" source = { editable = "." } [package.optional-dependencies] @@ -912,7 +912,7 @@ name = "importlib-metadata" version = "8.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp" }, + { name = "zipp", marker = "python_full_version < '3.10'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 } wheels = [