From fc796ecb6fa64e35530738bb56d40ad2c74eb561 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Jun 2023 06:06:58 +0000 Subject: [PATCH 1/3] Upgrade to v2023.6.0 --- manifest.toml | 2 +- scripts/_common.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c57fd3f..5565d0d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2023.5.4~ynh1" +version = "2023.6.0~ynh1" maintainers = ["ewilly"] diff --git a/scripts/_common.sh b/scripts/_common.sh index d4ab2e1..9c37b27 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,10 +5,10 @@ #================================================= # Release to install -app_version=2023.5.4 +app_version=2023.6.0 # Requirements -py_required_version=3.10.11 +py_required_version=3.10.12 pip_required="pip (<23.2,>=21.0)" # Fail2ban From 874db6a2b51dce7195c415aba4843f11232d2734 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Jun 2023 06:07:04 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a32a319..fed9367 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Open source home automation that puts local control and privacy first. Powered b - Home Energy Management." -**Shipped version:** 2023.5.4~ynh1 +**Shipped version:** 2023.6.0~ynh1 **Demo:** https://demo.home-assistant.io diff --git a/README_fr.md b/README_fr.md index 6aaf08b..5230178 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ Open source home automation that puts local control and privacy first. Powered b - Home Energy Management." -**Version incluse :** 2023.5.4~ynh1 +**Version incluse :** 2023.6.0~ynh1 **Démo :** https://demo.home-assistant.io From 6eced14ff44e8a60f725beb9797f2fd0cf0b05e8 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 8 Jun 2023 21:06:53 +0200 Subject: [PATCH 3/3] Update to python 3.11 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9c37b27..005c1d0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ app_version=2023.6.0 # Requirements -py_required_version=3.10.12 +py_required_version=3.11.4 pip_required="pip (<23.2,>=21.0)" # Fail2ban