Updater bot : birdnet-pipy updated to 0.7.1

This commit is contained in:
alexbelgium
2026-05-22 11:53:11 +02:00
parent cee3009da9
commit 99d0b4d3c9
3 changed files with 6 additions and 3 deletions

View File

@@ -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) ## 0.7.0-1 (2026-05-19)
- Serve the API via gunicorn + a gevent-websocket worker instead of the Werkzeug development server - Serve the API via gunicorn + a gevent-websocket worker instead of the Werkzeug development server

View File

@@ -96,4 +96,4 @@ schema:
ssl: bool? ssl: bool?
slug: birdnet-pipy slug: birdnet-pipy
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy
version: "0.7.0-1" version: "0.7.1"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-05-19", "last_update": "2026-05-22",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "birdnet-pipy", "slug": "birdnet-pipy",
"source": "github", "source": "github",
"upstream_repo": "Suncuss/BirdNET-PiPy", "upstream_repo": "Suncuss/BirdNET-PiPy",
"upstream_version": "0.7.0" "upstream_version": "0.7.1"
} }