From b45672cc79a872008120707f7418298778132e0d Mon Sep 17 00:00:00 2001 From: "Hammond, Rob" <13874373+RHammond2@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:25:50 -0700 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2df7a..5121e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Unreleased +## v0.7.1 - 17 August 2026 - Adds a `loss` boolean flag to `Project.revenue()` to get the lost revenue from downtime, wakes, etc. diff --git a/pyproject.toml b/pyproject.toml index 9b3008f..c6a6b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ all = ["waves[dev,docs,examples]"] include-package-data = true [tool.setuptools.packages.find] -include = ["waves", "library/base/", "*.yaml", "*.csv"] +include = ["waves", "library/base/", "library/IEA_49", "*.yaml", "*.csv"] exclude = [ "*.tests", "*.tests.*", From a528a976b1d3efd0faad7a6f2dda3e6f8f1797ad Mon Sep 17 00:00:00 2001 From: "Hammond, Rob" <13874373+RHammond2@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:26:00 -0700 Subject: [PATCH 2/2] bump version --- waves/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waves/__init__.py b/waves/__init__.py index 9a0c27c..16b83a3 100644 --- a/waves/__init__.py +++ b/waves/__init__.py @@ -3,4 +3,4 @@ from waves.project import Project -__version__ = "0.7" +__version__ = "0.7.1"