Skip to content

Commit 0c7131e

Browse files
authored
Release 0.0.15 (#203)
This version includes minor enhancements to make the work of the aas-core-testgen a bit easier. * Encapsulate retrieval of the primitive type (#201) * Update to aas-core-meta 2022.6.20 (#200) * Make ``TypeAnnotationExceptOptional`` public (#199)
1 parent db12cae commit 0c7131e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Please keep this file at 72 line width so that we can copy-paste
44
the release logs directly into commit messages.
55
6+
0.0.15 (2022-06-21)
7+
===================
8+
This version includes minor enhancements to make the work of
9+
the aas-core-testgen a bit easier.
10+
11+
* Encapsulate retrieval of the primitive type (#201)
12+
* Update to aas-core-meta 2022.6.20 (#200)
13+
* Make ``TypeAnnotationExceptOptional`` public (#199)
14+
615
0.0.14 (2022-06-19)
716
===================
817
This version comprises minor fixes so that we can publish

aas_core_codegen/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Generate different implementations and schemas based on an AAS meta-model."""
22

3-
__version__ = "0.0.14"
3+
__version__ = "0.0.15"
44
__author__ = "Marko Ristin, Nico Braunisch, Robert Lehmann"
55
__license__ = "License :: OSI Approved :: MIT License"
66
__status__ = "Production/Stable"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="aas-core-codegen",
23-
version="0.0.14",
23+
version="0.0.15",
2424
description="Generate different implementations and schemas based on an AAS meta-model.",
2525
long_description=long_description,
2626
url="https://github.com/aas-core-works/aas-core-codegen",

0 commit comments

Comments
 (0)