From b814a780862415fad238b1c55896977c2f7e7ba9 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 9 Apr 2022 08:57:30 +0200 Subject: [PATCH] Release 2022.4.30a3 (#60) * Review key.value and key_elements.fragment (#57) * Re-order V3RC02 classes to match V3RC01 (#59) --- .idea/.gitignore | 1 + CHANGELOG.rst | 9 ++++++++- aas_core_meta/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d33521..328d04e3 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,4 @@ # Default ignored files /shelf/ /workspace.xml +/csv-plugin.xml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7724e3d..df230ca1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,14 @@ Please keep this file at 72 line width so that we can copy-paste the release logs directly into commit messages. -2022.4.30a1 (2022-04-07) +2022.4.30a3 (2022-04-09) +======================== +This is a pre-release version. + +* Review key.value and key_elements.fragment (#57) +* Re-order V3RC02 classes to match V3RC01 (#59) + +2022.4.30a2 (2022-04-07) ======================== This is a pre-release version. diff --git a/aas_core_meta/__init__.py b/aas_core_meta/__init__.py index e73bfa5a..63109802 100644 --- a/aas_core_meta/__init__.py +++ b/aas_core_meta/__init__.py @@ -1,6 +1,6 @@ """Provide meta-models for Asset Administration Shell information model.""" -__version__ = "2022.4.30a2" +__version__ = "2022.4.30a3" __author__ = "Nico Braunisch, Marko Ristin, Marcin Sadurski" __license__ = "License :: OSI Approved :: MIT License" __status__ = "Alpha" diff --git a/setup.py b/setup.py index caa34b5b..026f8dd2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="aas-core-meta", - version="2022.4.30a2", + version="2022.4.30a3", description="Provide meta-models for Asset Administration Shell information model.", long_description=long_description, url="https://github.com/aas-core-works/aas-core-meta",