diff --git a/birdnet-pipy/CHANGELOG.md b/birdnet-pipy/CHANGELOG.md index 1767681dd0..39167b2d70 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.7.1 (2026-05-22) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) + ## 0.7.0-1 (2026-05-19) - Serve the API via gunicorn + a gevent-websocket worker instead of the Werkzeug development server diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index 4cd64c8e2c..11cfe41b2f 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -96,4 +96,4 @@ schema: ssl: bool? slug: birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy -version: "0.7.0-1" +version: "0.7.1" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index ae920584fb..9a519fe43f 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-19", + "last_update": "2026-05-22", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.7.0" + "upstream_version": "0.7.1" }