Skip to content

Commit 79f13e0

Browse files
authored
Release 0.0.12 (#180)
* Fix a typo in RDF query message (#179)
1 parent b69f74f commit 79f13e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.12 (2022-06-03)
7+
===================
8+
* Fix a typo in RDF query message (#179)
9+
610
0.0.11 (2022-05-26)
711
===================
812
* Fix XSD for abstract classes without implementers (#177)

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.11"
3+
__version__ = "0.0.12"
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.11",
23+
version="0.0.12",
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)