diff --git a/CHANGELOG.md b/CHANGELOG.md index 6836c7e..bccd7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.2](https://www.github.com/bihealth/django-plugins/compare/v0.5.1...v0.5.2) (2024-01-25) + + +### Continuous Integration + +* install setuptools in release-please for py312 ([7164824](https://www.github.com/bihealth/django-plugins/commit/7164824308386b427e74944fbe17fce1857ec358)) + ### [0.5.1](https://www.github.com/bihealth/django-plugins/compare/v0.5.0...v0.5.1) (2024-01-25) diff --git a/setup.py b/setup.py index 9638786..4da6b1b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read_docs(filename): setup( name="django-plugins-bihealth", - version="0.5.1", + version="0.5.2", author="Mikko Nieminen, Manuel Holtgrewe, Oliver Stolpe", author_email="mikko.nieminen@bih-charite.de, manuel.holtgrewe@bih-charite.de, oliver.stolpe@bih-charite.de", packages=find_packages(exclude=["sample-project"]),