From 872978dfe3a305c85e0c279925fb794d970bf6bd Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:11:15 +0000 Subject: [PATCH] Release v0.7.0.dev3 --- CHANGELOG.md | 2 +- src/calliope/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6a18ce..7a0b2de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.0.dev3 (dev) +## 0.7.0.dev3 (2024-02-14) ### User-facing changes diff --git a/src/calliope/_version.py b/src/calliope/_version.py index c91b17f4..d825d0ab 100644 --- a/src/calliope/_version.py +++ b/src/calliope/_version.py @@ -1 +1 @@ -__version__ = "0.7.0.dev2" +__version__ = "0.7.0.dev3"