diff --git a/CHANGELOG.md b/CHANGELOG.md index be6217d0..dea68b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.0.dev2 (dev) +## 0.7.0.dev2 (2024-01-26) v0.7 includes a major change to how Calliope internally operates. Along with this, there are multiple changes to how Calliope models are defined and configured. diff --git a/src/calliope/_version.py b/src/calliope/_version.py index 5a93ff50..c91b17f4 100644 --- a/src/calliope/_version.py +++ b/src/calliope/_version.py @@ -1 +1 @@ -__version__ = "0.7.0-dev" +__version__ = "0.7.0.dev2"