diff --git a/CHANGELOG.md b/CHANGELOG.md index 315f85ff0..f66767b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.2](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.12.1...v0.12.2) (2024-01-30) + + +### Bug Fixes + +* use the ListViewObjectFilterMixin in the generic.views.List view ([94734dc](https://github.com/acdh-oeaw/apis-core-rdf/commit/94734dc425333edf04b1f0f9268dcf9941ce79f1)) + ## [0.12.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.12.0...v0.12.1) (2024-01-30) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index def467e07..76da4a988 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.12.1" +__version__ = "0.12.2" diff --git a/pyproject.toml b/pyproject.toml index b43f67c29..5991b59ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.12.1" +version = "0.12.2" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"