diff --git a/CHANGELOG.md b/CHANGELOG.md index 4579f1128..d3c1675a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.11.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.11.0...v0.11.1) (2024-01-25) + + +### Bug Fixes + +* **collections:** add collection_content_objects templatetag ([865754a](https://github.com/acdh-oeaw/apis-core-rdf/commit/865754abe1926d7fde4e6db6edb4fb24790d8c52)) +* **collections:** set default order of SkosCollection ([88543d2](https://github.com/acdh-oeaw/apis-core-rdf/commit/88543d2db2b15ea4fc4095402b4cd9f956fd5110)) +* let users override generic views ([7b30880](https://github.com/acdh-oeaw/apis-core-rdf/commit/7b308808969503a5ea97b304e8f310247e9c45d3)) + ## [0.11.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.10.1...v0.11.0) (2024-01-24) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index ae6db5f17..fee46bd8c 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.11.1" diff --git a/pyproject.toml b/pyproject.toml index 475dcf1e4..a7291b4d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.11.0" +version = "0.11.1" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"