Skip to content

Commit

Permalink
Release 0.0.6 (#120)
Browse files Browse the repository at this point in the history
* Script smoke-testing a meta-model (#119)
* Fix swallowed errors in ``infer_for_schema`` (#118)
  • Loading branch information
mristin authored Mar 28, 2022
1 parent cafedbb commit 001310a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Please keep this file at 72 line width so that we can copy-paste
the release logs directly into commit messages.
0.0.6 (2022-03-28)
==================
* Script smoke-testing a meta-model (#119)
* Fix swallowed errors in ``infer_for_schema`` (#118)

0.0.5 (2022-03-28)
==================

Expand Down
2 changes: 1 addition & 1 deletion aas_core_codegen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Generate different implementations and schemas based on an AAS meta-model."""

__version__ = "0.0.5"
__version__ = "0.0.6"
__author__ = "Marko Ristin, Nico Braunisch, Robert Lehmann"
__license__ = "License :: OSI Approved :: MIT License"
__status__ = "Production/Stable"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="aas-core-codegen",
version="0.0.5",
version="0.0.6",
description="Generate different implementations and schemas based on an AAS meta-model.",
long_description=long_description,
url="https://github.com/aas-core-works/aas-core-codegen",
Expand Down

0 comments on commit 001310a

Please sign in to comment.