Skip to content
Snippets Groups Projects
Commit 23c6d6cd authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.5.

parents e034e860 1dcabbc3
No related branches found
No related tags found
No related merge requests found
Pipeline #84885 passed
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.5] - 2023-12-06
- Rebuild without any change.
## [0.4] - 2023-12-06 ## [0.4] - 2023-12-06
- Rebuild without any change. - Rebuild without any change.
......
...@@ -2,7 +2,7 @@ from setuptools import find_packages, setup ...@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="goat-lso", name="goat-lso",
version="0.4", version="0.5",
author="GÉANT Orchestration & Automation Team", author="GÉANT Orchestration & Automation Team",
author_email="goat@geant.org", author_email="goat@geant.org",
description="Lightweight Service Orchestrator", description="Lightweight Service Orchestrator",
...@@ -41,5 +41,4 @@ setup( ...@@ -41,5 +41,4 @@ setup(
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",
"Intended Audience :: Telecommunications Industry", "Intended Audience :: Telecommunications Industry",
], ],
python_requires=">=3.11",
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment