diff --git a/CHANGELOG.md b/CHANGELOG.md index 4915b65..6836c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.1](https://www.github.com/bihealth/django-plugins/compare/v0.5.0...v0.5.1) (2024-01-25) + + +### Miscellaneous Chores + +* re-release for pypi 0.5.1 ([c2e54df](https://www.github.com/bihealth/django-plugins/commit/c2e54dfedae44a8b04f1230acbaee632aa71d32e)) + ## [0.5.0](https://www.github.com/bihealth/django-plugins/compare/v0.4.0...v0.5.0) (2024-01-10) diff --git a/setup.py b/setup.py index 97b02c3..9638786 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read_docs(filename): setup( name="django-plugins-bihealth", - version="0.5.0", + version="0.5.1", 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"]),