From 9f6cb4bdfd91ca190a279b5507d0639b170c3c44 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Feb 2024 10:58:56 +0000 Subject: [PATCH] Release version 2.1.2. --- 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 4a34108..7fda3ab 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.1.1" +version = "2.1.2" 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 8f2df34..d748f28 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: 2.1.1 +version: 2.1.2 start_page: ROOT:index.adoc