From 0adc295e7f08ce07ad62f899a3cd6cb67f43d521 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 14 Jun 2024 00:52:34 +0000 Subject: [PATCH] 1.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 ee891550..35fdbe1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.4.0 (2024-06-14) + +### Feature + + +- Only process incoming websocket packet model type once (#52) ([`57d7c10`](https://github.com/uilibs/uiprotect/commit/57d7c10d3915fbf45dd81a855298530a36b9e3c7)) + + ## v1.3.0 (2024-06-13) ### Feature diff --git a/docs/conf.py b/docs/conf.py index 7fc72491..e8d891d7 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 = "1.3.0" +release = "1.4.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 49df9834..41555e60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "1.3.0" +version = "1.4.0" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] license = "MIT"