Skip to content

Commit

Permalink
6.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 20, 2024
1 parent 41f5a3b commit 33c6ca9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v6.6.1 (2024-11-20)

### Fix


- Handle indexerror selecting value "below 1 lux" for icr_custom_value (#283) ([`41f5a3b`](https://github.com/uilibs/uiprotect/commit/41f5a3b4a5fe8999b742a0b245fef6056f5422a7))


## v6.6.0 (2024-11-18)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "uiprotect"
copyright = "2024, UI Protect Maintainers"
author = "UI Protect Maintainers"
release = "6.6.0"
release = "6.6.1"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uiprotect"
version = "6.6.0"
version = "6.6.1"
description = "Python API for Unifi Protect (Unofficial)"
authors = ["UI Protect Maintainers <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 33c6ca9

Please sign in to comment.