Skip to content

Commit 4579a31

Browse files
author
znicholls
committed
bump: version 0.4.2a1 -> 0.4.2
1 parent c96a0bd commit 4579a31

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

changelog/34.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/35.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## Continuous Timeseries v0.4.2 (2025-01-21)
25+
26+
### 🐛 Bug Fixes
27+
28+
- One more attempt to fix the locked installation on windows with python 3.13. ([#35](https://github.com/openscm/continuous-timeseries/pull/35))
29+
30+
### 🔧 Trivial/Internal Changes
31+
32+
- [#34](https://github.com/openscm/continuous-timeseries/pull/34)
33+
34+
2435
## Continuous Timeseries v0.4.1 (2025-01-21)
2536

2637
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "continuous-timeseries"
3-
version = "0.4.2a1"
3+
version = "0.4.2"
44
description = "Representation of continuous timeseries."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "[email protected]" },

0 commit comments

Comments
 (0)