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.*", 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"