Skip to content

Commit

Permalink
Release 1.0.0rc3 (#13)
Browse files Browse the repository at this point in the history
In this version, we fix:

* Constraints AASc-3a-010 and AASd-131, propagated from aas-core-meta
pull requests 281 and 280, respectively.

We also add the following minor feature:

* Add ```__repr__`` to ```verification.Error`` to facilitate
debugging in the downstream clients. Propagated from
aas-core-codegen pull request 400.
  • Loading branch information
mristin authored Sep 8, 2023
1 parent e7d01d8 commit 2852e16
Show file tree
Hide file tree
Showing 3 changed files with 18 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.0rc2"
__version__ = "1.0.0rc3"
__author__ = "Marko Ristin"
__copyright__ = "2023 Contributors to aas-core3.0-python"
__license__ = "License :: OSI Approved :: MIT License"
Expand Down
16 changes: 16 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Change Log
**********

1.0.0rc3 (2023-09-08)
=====================
* Update to aas-core-meta, codegen, testgen 4d7e59e, 18986a0, and
9b43de2e (#12)

In this version, we fix:

* Constraints AASc-3a-010 and AASd-131, propagated from aas-core-meta
pull requests 281 and 280, respectively.

We also add the following minor feature:

* Add ```__repr__`` to ```verification.Error`` to facilitate
debugging in the downstream clients. Propagated from
aas-core-codegen pull request 400.

1.0.0rc2 (2023-06-28)
=====================
* Update to aas-core-meta, codegen, testgen 44756fb, 607f65c,
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.0rc2",
version="1.0.0rc3",
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 2852e16

Please sign in to comment.