From 96eb2947742e77b4e5915405383916447a836dff Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 22 Jun 2024 18:21:12 +0000 Subject: [PATCH] 3.0.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 8cbe6f71..12de0ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.0.0 (2024-06-22) + +### Breaking + + +- Remove the force flag from update (#103) ([`0bee3e6`](https://github.com/uilibs/uiprotect/commit/0bee3e64d8f1a540e6bfde7b3ab282bc26e6f150)) + + ## v2.3.0 (2024-06-22) ### Feature diff --git a/docs/conf.py b/docs/conf.py index b67fd850..5db0dc1c 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 = "2.3.0" +release = "3.0.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 408bdf4a..fb53c3c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "2.3.0" +version = "3.0.0" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] license = "MIT"