diff --git a/CHANGELOG.md b/CHANGELOG.md index e8aebd0fa..5e419a7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.2](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.7.1...v0.7.2) (2023-11-30) + + +### Bug Fixes + +* drop unused code block ([a8488f3](https://github.com/acdh-oeaw/apis-core-rdf/commit/a8488f383458eee8ec02fa60e347195365e8509f)) + + +### Documentation + +* drop PyYAML from dependency list, add apis-override-select2js ([087ed95](https://github.com/acdh-oeaw/apis-core-rdf/commit/087ed957070a37cea4157aaf964f2e44c2294c8e)) + ## [0.7.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.7.0...v0.7.1) (2023-11-27) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index a5f830a2c..bc8c296f6 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2" diff --git a/pyproject.toml b/pyproject.toml index 6766f6e55..35f697bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.7.1" +version = "0.7.2" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"