Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.1 #49

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0"
__version__ = "1.1.1"
__author__ = "Marko Ristin"
__copyright__ = "2024 Contributors to aas-core3.0-python"
__license__ = "License :: OSI Approved :: MIT License"
Expand Down
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Change Log
**********

1.1.1 (2024-11-06)
==================
We propagate the fix for V3.0 in the meta-model which reverted
the order of ``data_specification`` and ``data_specification_content``.
This was necessary so that the XML schemas for V3.0 remain backwards
compatible.

1.1.0 (2024-10-27)
==================
We introduce additional functions which can de-serialize all model
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.1.0",
version="1.1.1",
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
Loading