Skip to content

Commit

Permalink
Release 1.0.4 (#28)
Browse files Browse the repository at this point in the history
The ``dataSpecification`` field in ``EmbeddedDataSpecification`` is made
optional, according to the book.
  • Loading branch information
mristin authored Apr 16, 2024
1 parent fc56a90 commit da19ec0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aas_core3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Manipulate, verify and de/serialize Asset Administration Shells."""

# Synchronize with __init__.py and changelog.rst!
__version__ = "1.0.3"
__version__ = "1.0.4"
__author__ = "Marko Ristin"
__copyright__ = "2024 Contributors to aas-core3.0-python"
__license__ = "License :: OSI Approved :: MIT License"
Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Change Log
**********

1.0.4 (2024-04-16)
==================
The ``dataSpecification`` field in ``EmbeddedDataSpecification`` is made
optional, according to the book.

1.0.3 (2024-03-22)
==================
* Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260 (#23)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name="aas-core3.0",
# Synchronize with __init__.py and changelog.rst!
version="1.0.3",
version="1.0.4",
description="Manipulate, verify and de/serialize Asset Administration Shells.",
long_description=long_description,
url="https://github.com/aas-core-works/aas-core3.0-python",
Expand Down

0 comments on commit da19ec0

Please sign in to comment.