diff --git a/changelog/23.trivial.md b/changelog/23.trivial.md deleted file mode 100644 index 3db9774..0000000 --- a/changelog/23.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fixed up test PyPI workflow diff --git a/docs/changelog.md b/docs/changelog.md index 3fb656f..572eee9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -21,6 +21,13 @@ from the examples given in that link. +## Continuous Timeseries v0.3.2 (2025-01-08) + +### 🔧 Trivial/Internal Changes + +- [#23](https://github.com/openscm/continuous-timeseries/pull/23) + + ## Continuous Timeseries v0.3.1 (2025-01-08) ### 📚 Improved Documentation diff --git a/pyproject.toml b/pyproject.toml index 5bcc273..e8f5c2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "continuous-timeseries" -version = "0.3.2a1" +version = "0.3.2" 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 be2b56f..824b92f 100644 --- a/uv.lock +++ b/uv.lock @@ -345,7 +345,7 @@ wheels = [ [[package]] name = "continuous-timeseries" -version = "0.3.2a1" +version = "0.3.2" source = { editable = "." } dependencies = [ { name = "attrs" },