File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
Please keep this file at 72 line width so that we can copy-paste
4
4
the release logs directly into commit messages.
5
5
6
+ 0.0.12 (2022-06-03)
7
+ ===================
8
+ * Fix a typo in RDF query message (#179)
9
+
6
10
0.0.11 (2022-05-26)
7
11
===================
8
12
* Fix XSD for abstract classes without implementers (#177)
Original file line number Diff line number Diff line change 1
1
"""Generate different implementations and schemas based on an AAS meta-model."""
2
2
3
- __version__ = "0.0.11 "
3
+ __version__ = "0.0.12 "
4
4
__author__ = "Marko Ristin, Nico Braunisch, Robert Lehmann"
5
5
__license__ = "License :: OSI Approved :: MIT License"
6
6
__status__ = "Production/Stable"
Original file line number Diff line number Diff line change 20
20
21
21
setup (
22
22
name = "aas-core-codegen" ,
23
- version = "0.0.11 " ,
23
+ version = "0.0.12 " ,
24
24
description = "Generate different implementations and schemas based on an AAS meta-model." ,
25
25
long_description = long_description ,
26
26
url = "https://github.com/aas-core-works/aas-core-codegen" ,
You can’t perform that action at this time.
0 commit comments