diff --git a/Changelog.md b/Changelog.md index 202bdc3f4e43b5a399c5c305bac6a7caf3937299..3d8ebd30e5a1783cf83be60d86362ce4445689cb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [2.7] - 2024-07-18 +- Nothing new. Jenkins pipeline was broken. + ## [2.6] - 2024-07-17 - Added verification workflows. diff --git a/setup.py b/setup.py index cbb27125cb28ff6807c6ad89499e28cce0df89bc..b3ed00ea328cdf5ec4b5f03e304bfb7e694b81a5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name="geant-service-orchestrator", - version="2.6", + version="2.7", author="GÉANT Orchestration and Automation Team", author_email="goat@geant.org", description="GÉANT Service Orchestrator",