From 1102f41c5b07eef050be839621a3445200bb10a7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 20 Jul 2024 22:01:32 +0000 Subject: [PATCH] 5.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de18888..fcdfabbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v5.4.0 (2024-07-20) + +### Feature + + +- Improve performance of convert_unifi_data (#153) ([`45f66b4`](https://github.com/uilibs/uiprotect/commit/45f66b4d6f35cbd02abae21f0905089b0e329d59)) + + ## v5.3.0 (2024-07-16) ### Feature diff --git a/docs/conf.py b/docs/conf.py index acacbd91..5be416df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "uiprotect" copyright = "2024, UI Protect Maintainers" author = "UI Protect Maintainers" -release = "5.3.0" +release = "5.4.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index ec758de7..8acc491d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "5.3.0" +version = "5.4.0" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] readme = "README.md"