From 5e7fcd208c19fb2b8e6c8091fb10f0ff4a4558df Mon Sep 17 00:00:00 2001 From: geant-release-service <swd@geant.org> Date: Tue, 6 Aug 2024 13:55:45 +0000 Subject: [PATCH] incremented version for next development iteration --- Changelog.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 07e8b61..d5b14d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. + ## [2.4] - 2024-08-06 - Redesigned maps to utilize the leafletmap package, replacing graph maps with real-world maps for enhanced accuracy and user experience. diff --git a/setup.py b/setup.py index 3484ae9..6290609 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="geant-service-orchestrator-gui", py_modules=[], - version="2.5", + version="2.4", author="GÉANT Orchestration and Automation Team", author_email="goat@geant.org", description="GÉANT Service Orchestrator GUI dummy package", -- GitLab