diff --git a/Changelog.md b/Changelog.md index 07e8b61b5e99ec6ae0a20c36aa9d28a79449787a..d5b14d97a591c604bb9e3e3512546e7ecc2e52ea 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 3484ae9df3788c784310ba0236e51baaad102580..629060967f218c60fa8f69079403782febcd6bcb 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",