From c7dd18282e6f251748aee8807d8381cdf4730872 Mon Sep 17 00:00:00 2001 From: ejolly Date: Mon, 6 Feb 2023 12:52:03 -0500 Subject: [PATCH] version bump with release notes --- docs/pages/changelog.md | 11 +++++++++++ feat/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/pages/changelog.md b/docs/pages/changelog.md index 334ad3c5..eebc6436 100644 --- a/docs/pages/changelog.md +++ b/docs/pages/changelog.md @@ -1,5 +1,16 @@ # Change Log +# 0.5.1 + +## Notes + +This is a maintenance release that addresses multiple under-the-hood issues with `py-feat` failing when images or videos contain 0 faces. It addresses the following specific issues amongst others and is recommended for all users: + +- [#153](https://github.com/cosanlab/py-feat/issues/153) +- [#155](https://github.com/cosanlab/py-feat/issues/155) +- [#158](https://github.com/cosanlab/py-feat/issues/158) +- [#160](https://github.com/cosanlab/py-feat/issues/160) + # 0.5.0 ## Notes diff --git a/feat/version.py b/feat/version.py index 3d187266..dd9b22cc 100644 --- a/feat/version.py +++ b/feat/version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"