From db98e9b9c192424fadd3c850f7809a9ebb4bfcbc Mon Sep 17 00:00:00 2001 From: Julian Straus <104911227+JulStraus@users.noreply.github.com> Date: Thu, 9 May 2024 12:01:21 +0200 Subject: [PATCH] Version increase commit for registration (#16) --- NEWS.md | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index e380db0..1ea86ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,9 @@ # Release notes -## Unversioned +## Version 0.5.6 (2024-05-09) -* Updated a link in the documentation for the examples. * Provided a contribution section in the documentation. +* Fixed a link in the documentation for the examples. ## Version 0.5.5 (2024-03-21) diff --git a/Project.toml b/Project.toml index bc37985..7bdad1d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "EnergyModelsRenewableProducers" uuid = "b007c34f-ba52-4995-ba37-fffe79fbde35" authors = ["Sigmund Eggen Holm , Julian Straus "] -version = "0.5.5" +version = "0.5.6" [deps] EnergyModelsBase = "5d7e687e-f956-46f3-9045-6f5a5fd49f50"