Skip to content

Commit

Permalink
Release 1.0.0rc2
Browse files Browse the repository at this point in the history
* Update to aas-core-meta, codegen, testgen 44756fb, 607f65c,
  bf3720d7 (#7)

  *  This is an important patch propagating in particular the following fixes
    which affected the constraints and their documentation:

    * Pull requests in aas-core-meta 271, 272 and 273 which affect the
      nullability checks in constraints,

    * Pull request in aas-core-meta 275 which affects the documentation
      of many constraints.
  • Loading branch information
mristin committed Jun 28, 2023
1 parent 2ef66b6 commit f1bfe5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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.0rc1"
__version__ = "1.0.0rc2"
__author__ = "Marko Ristin"
__copyright__ = "2023 Contributors to aas-core3.0-python"
__license__ = "License :: OSI Approved :: MIT License"
Expand Down
13 changes: 12 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Change Log
**********

1.0.0rc2 (2023-06-28)
=====================
* Update to aas-core-meta, codegen, testgen 44756fb, 607f65c,
bf3720d7 (#7)
* This is an important patch propagating in particular the following fixes
which affected the constraints and their documentation:
* Pull requests in aas-core-meta 271, 272 and 273 which affect the
nullability checks in constraints,
* Pull request in aas-core-meta 275 which affects the documentation
of many constraints.

1.0.0rc1 (2023-03-03)
=======================
=====================
* Initial version
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.0rc1",
version="1.0.0rc2",
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 f1bfe5c

Please sign in to comment.