Skip to content

Commit e02f05c

Browse files
committed
Release 0.0.11
* Fix XSD for abstract classes without implementers (#177)
1 parent 707bd2a commit e02f05c

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.11 (2022-05-26)
7+
===================
8+
* Fix XSD for abstract classes without implementers (#177)
9+
610
0.0.10 (2022-05-24)
711
===================
812
* Move ``requirements-dev`` back to ``setup.py`` (#175)

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