Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed May 7, 2023
1 parent 2374edf commit 654009d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Added

- Set methods of settings properties now return True on success and False on failure
- Set methods of properties now return True on success and False on failure
- Last activities attributes are not timezone aware

## [v0.18.3] - 2023/03/14

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
]
description = "devolo Home Control API in Python"
dependencies = [
"dateutil>=2.8.0",
"importlib-metadata;python_version<'3.8'",
"requests>=2.4.0",
"typing-extensions>=4.1.0;python_version<'3.11'",
Expand Down

0 comments on commit 654009d

Please sign in to comment.