From 59792b6cffd10f10bcc17725e8c22037d484fdfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:19:26 +0000 Subject: [PATCH] chore(main): release 0.17.1 --- CHANGELOG.md | 11 +++++++++++ apis_core/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14681d13c..197693239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.17.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.17.0...v0.17.1) (2024-04-15) + + +### Bug Fixes + +* **core:** add a model_meta templatetag filter ([8b334c7](https://github.com/acdh-oeaw/apis-core-rdf/commit/8b334c75440e9b7da84cb90ccb2f8472c909b378)) +* **generic:** use dal widget only for models with autocomplete endpoint ([1de88f0](https://github.com/acdh-oeaw/apis-core-rdf/commit/1de88f05d74f95b93e476057f31cddfcb1cd05a2)), closes [#764](https://github.com/acdh-oeaw/apis-core-rdf/issues/764) +* **relations:** Property fields unicode normalization ([f1dd3db](https://github.com/acdh-oeaw/apis-core-rdf/commit/f1dd3db7f9310de1c457e96f3fae00578e83e663)) +* **relations:** save with update_fields ([c4fe0e3](https://github.com/acdh-oeaw/apis-core-rdf/commit/c4fe0e3949cb1d062fa541b3b01c5f28848537f5)) +* **utils:** use verbose_name for relation card title ([7df428b](https://github.com/acdh-oeaw/apis-core-rdf/commit/7df428b95d08a0c37cf34103828e2cd413f62b7a)) + ## [0.17.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.16.0...v0.17.0) (2024-04-08) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index fd86b3ee9..c6eae9f8a 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.17.0" +__version__ = "0.17.1" diff --git a/pyproject.toml b/pyproject.toml index 3ae630f46..a308fa730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.17.0" +version = "0.17.1" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"