diff --git a/docs/changelog.md b/docs/changelog.md index cc022a31..c2296622 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -:adhesive_bandage: Fix error message in `Relationship` type checking | [92](https://github.com/laminlabs/lnschema-core/pull/92) | [bpenteado](https://github.com/bpenteado) | 2023-01-23 | +:adhesive_bandage: Fix error message in `Relationship` type checking | [92](https://github.com/laminlabs/lnschema-core/pull/92) | [bpenteado](https://github.com/bpenteado) | 2023-01-23 | 0.25.1 ✨ Enable data validation with pydantic | [91](https://github.com/laminlabs/lnschema-core/pull/91) | [bpenteado](https://github.com/bpenteado) | 2023-01-20 | 0.25.0 🩹 Fix `_dbconfig` | [90](https://github.com/laminlabs/lnschema-core/pull/90) | [falexwolf](https://github.com/falexwolf) | 2023-01-16 | 0.24.1 👷 Extend CI to py3.8-3.10 | [88](https://github.com/laminlabs/lnschema-core/pull/88) | [sunnyosun](https://github.com/sunnyosun) | 2023-01-12 | diff --git a/lnschema_core/__init__.py b/lnschema_core/__init__.py index ed758f2d..73e58f71 100644 --- a/lnschema_core/__init__.py +++ b/lnschema_core/__init__.py @@ -36,7 +36,7 @@ _schema_id = "yvzi" _name = "core" _migration = "f6b6b85cdffc" -__version__ = "0.25.0" +__version__ = "0.25.1" from . import dev, link from ._core import (