From ce27c7970744464931c5534a4847ba07a72add45 Mon Sep 17 00:00:00 2001 From: Kai Hermann Date: Wed, 25 Sep 2024 10:32:50 +0200 Subject: [PATCH] Bump version to 2024.9.0 (#875) * Bump version to 2024.9.0 Signed-off-by: Kai-Uwe Hermann * Bump everest-framework to 0.17.1 Signed-off-by: Kai-Uwe Hermann --------- Signed-off-by: Kai-Uwe Hermann --- CMakeLists.txt | 2 +- dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c47e4fd7c..44502c3b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(everest-core - VERSION 2024.8.0 + VERSION 2024.9.0 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C ) diff --git a/dependencies.yaml b/dependencies.yaml index f1157f4a4..c027864dd 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -4,7 +4,7 @@ --- everest-framework: git: https://github.com/EVerest/everest-framework.git - git_tag: v0.17.0 + git_tag: v0.17.1 options: [ "BUILD_TESTING OFF", "everest-framework_USE_PYTHON_VENV ${PROJECT_NAME}_USE_PYTHON_VENV",