From 5672ea942be88c6562ee58bb01e5e98e5af541a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:54:42 +0000 Subject: [PATCH] chore(main): release 0.14.2 --- CHANGELOG.md | 7 +++++++ apis_core/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e48971360..f38d47e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.14.1...v0.14.2) (2024-02-29) + + +### Bug Fixes + +* **apis_metainfo:** let Collection inherit from GenericModel ([0e32a80](https://github.com/acdh-oeaw/apis-core-rdf/commit/0e32a804c322b4b6448342d9f0f04b2cca0e04a5)) + ## [0.14.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.14.0...v0.14.1) (2024-02-29) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index f075dd36a..745162e73 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.14.1" +__version__ = "0.14.2" diff --git a/pyproject.toml b/pyproject.toml index 561c3a668..95ca3d955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.14.1" +version = "0.14.2" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"