From c8d6c1617213f82bb43ebd868acdd71337b3a16e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Jun 2024 22:56:31 +0000 Subject: [PATCH] 0.6.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 e6838599..d524fe2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.6.0 (2024-06-10) + +### Feature + + +- Small code cleanups (#17) ([`f1668ae`](https://github.com/uilibs/uiprotect/commit/f1668ae2c9c9f49f6e703a387159d305c2cba847)) + + ## v0.5.0 (2024-06-10) ### Feature diff --git a/docs/conf.py b/docs/conf.py index fa8503c4..16d30323 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 = "0.5.0" +release = "0.6.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 0264b54d..17ad3784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uiprotect" -version = "0.5.0" +version = "0.6.0" description = "Python API for Unifi Protect (Unofficial)" authors = ["UI Protect Maintainers "] license = "MIT"