From 599354ca6bc4ef1b2f71c5990e259bb678849dff Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 15 Dec 2023 12:10:02 +0000 Subject: [PATCH] Release version 2.1.0. --- core/esmf-aspect-meta-model-python/pyproject.toml | 2 +- documentation/python-sdk-guide/antora.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/esmf-aspect-meta-model-python/pyproject.toml b/core/esmf-aspect-meta-model-python/pyproject.toml index 617f481..27b0115 100644 --- a/core/esmf-aspect-meta-model-python/pyproject.toml +++ b/core/esmf-aspect-meta-model-python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esmf-aspect-model-loader" -version = "2.0.0" +version = "2.1.0" description = "Load Aspect Models based on the Semantic Aspect Meta Model" authors = [ "Eclipse Semantic Modeling Framework", diff --git a/documentation/python-sdk-guide/antora.yml b/documentation/python-sdk-guide/antora.yml index 3baec3e..f7f366f 100644 --- a/documentation/python-sdk-guide/antora.yml +++ b/documentation/python-sdk-guide/antora.yml @@ -1,4 +1,4 @@ name: python-sdk-guide title: Python SDK Guide -version: main +version: 2.1.0 start_page: ROOT:index.adoc