Skip to content

Commit

Permalink
Merge 210de80 into 83220d4
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Mar 13, 2024
2 parents 83220d4 + 210de80 commit 48e9e44
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1"
__version__ = "1.0.2"
__author__ = "Marko Ristin"
__copyright__ = "2024 Contributors to aas-core3.0-python"
__license__ = "License :: OSI Approved :: MIT License"
Expand Down
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change Log
**********

1.0.2 (2024-03-13)
==================
* Update to aas-core-meta, codegen, testgen 79314c6, 94399e1, e1087880 (#20)

This patch release brings about the fix for patterns concerning dates and
date-times with zone offset `14:00` which previously allowed for
a concatenation without a plus sign.

1.0.1 (2024-02-14)
==================
* Test and fix for text attached to end XML elements (#18).
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.1",
version="1.0.2",
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 48e9e44

Please sign in to comment.