From 358d2134e1646931e6dd4394c6c8cba3d1acaf05 Mon Sep 17 00:00:00 2001 From: Quentame Date: Wed, 22 Feb 2023 15:54:30 +0100 Subject: [PATCH] Release 1.1.0 (#493) - Libs bump - Bump Python version to 3.11 #492 - Fix LAN scheme: LanHost primary_name #425 @RithyNicolasTAN - Add italian iliadbox CA root certificate #437 @alekitto - Fix several security issues: - https://github.com/hacf-fr/freebox-api/security/dependabot/2: #455 - https://github.com/hacf-fr/freebox-api/security/dependabot/3: #472 - https://github.com/hacf-fr/freebox-api/security/dependabot/4: #461 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ed6b764..c97a832b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "freebox-api" -version = "1.0.1" +version = "1.1.0" description = "Provides asynchronous authentication and access to Freebox servers" authors = ["stilllman ", "quentame ", "HACF "] license = "GNU GPL v3"