From ef9bd1f99ff358a58ca49276fdeb732e443a55f0 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:42:27 +0000 Subject: [PATCH] chore(main): release 0.14.1 --- CHANGELOG.md | 8 ++++++++ apis_core/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ec8b71f..e48971360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.14.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.14.0...v0.14.1) (2024-02-29) + + +### Bug Fixes + +* **generic,core:** move htmx setup from generic template to base.html ([bc4ba98](https://github.com/acdh-oeaw/apis-core-rdf/commit/bc4ba98033db560a02bff058938bdafebc8ecfb9)) +* **generic:** use serializer_factory even with custom serializers ([247200e](https://github.com/acdh-oeaw/apis-core-rdf/commit/247200ebc075e557e450a92447ceb54ffa0fb72b)) + ## [0.14.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.13.1...v0.14.0) (2024-02-27) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index 9e78220f9..f075dd36a 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/pyproject.toml b/pyproject.toml index 6b7394015..561c3a668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.14.0" +version = "0.14.1" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"