From 9e1b5b995e178b6563cc04c5dfa1e1c88f7b097c Mon Sep 17 00:00:00 2001 From: Davide Fioriti <67809479+davide-f@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:08:17 +0200 Subject: [PATCH] Update release_notes.rst --- doc/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 07e93bee7..47c3028e4 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -21,7 +21,7 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t PyPSA-Earth 0.4.1 ================= -**New Features and Major Changes** +**New Features and Major Changes (19th September 2024)** * Add functionality to modify the cost assumptions using config files `PR #1097 `__