From c52b4db49a2d2f477391aa56bb7842830029d52f Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Thu, 7 Apr 2022 12:11:26 +0200 Subject: [PATCH] Release 2022.4.30a2 (#56) This is a pre-release version. * Remove redundant nullability checks in V3RC02 (#55) * Fix docstring for ``matches_BCP_47`` in V3RC02 (#54) --- CHANGELOG.rst | 9 ++++++++- aas_core_meta/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8a5f258a..b7724e3d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,14 @@ 2022.4.30a1 (2022-04-07) ======================== -This is a pre-release of the major release coming up on 2022-04-30. +This is a pre-release version. + +* Remove redundant nullability checks in V3RC02 (#55) +* Fix docstring for ``matches_BCP_47`` in V3RC02 (#54) + +2022.4.30a1 (2022-04-07) +======================== +This is a pre-release version. * Revisit V3RC01 and V3RC02 according to the current state of the book. * Formalize the constraints as invariants for V3RC02. diff --git a/aas_core_meta/__init__.py b/aas_core_meta/__init__.py index 55746979..e73bfa5a 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.30a1" +__version__ = "2022.4.30a2" __author__ = "Nico Braunisch, Marko Ristin, Marcin Sadurski" __license__ = "License :: OSI Approved :: MIT License" __status__ = "Alpha" diff --git a/setup.py b/setup.py index 59999d9f..03ec18e1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="aas-core-meta", - version="2022.4.30a1", + version="2022.4.30a2", description="Provide meta-models for Asset Administration Shell information model.", long_description=long_description, url="https://github.com/aas-core-works/aas-core-meta",