diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9f6467..28d65fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased (TBD) +## v0.9.3 (15 February 2024) - Reinstate the original time-based availability methodology, which is based on all turbines, not the wind farm total. diff --git a/wombat/__init__.py b/wombat/__init__.py index 56b27961..ca2501e6 100644 --- a/wombat/__init__.py +++ b/wombat/__init__.py @@ -4,4 +4,4 @@ from wombat.core.library import create_library_structure -__version__ = "0.9.2" +__version__ = "0.9.3"