Skip to content

Commit

Permalink
Release 1.1.0 (#47)
Browse files Browse the repository at this point in the history
We introduce additional functions which can de-serialize all model
instances by determining the type based on the first start element and
dispatching to the concrete de-serialization function accordingly.
  • Loading branch information
mristin authored Oct 27, 2024
1 parent 049bdaa commit fcaa700
Show file tree
Hide file tree
Showing 3 changed files with 8 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.4"
__version__ = "1.1.0"
__author__ = "Marko Ristin"
__copyright__ = "2024 Contributors to aas-core3.0-python"
__license__ = "License :: OSI Approved :: MIT License"
Expand Down
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Change Log
**********

1.1.0 (2024-10-27)
==================
We introduce additional functions which can de-serialize all model
instances by determining the type based on the first start element and
dispatching to the concrete de-serialization function accordingly.

1.0.4 (2024-04-16)
==================
The ``dataSpecification`` field in ``EmbeddedDataSpecification`` is made
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.4",
version="1.1.0",
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 fcaa700

Please sign in to comment.