Skip to content

Commit 109a9f9

Browse files
authored
Merge pull request #56 from kzosabe/prepare-0-3-2
Prepare 0.3.2
2 parents 1337444 + 9aef592 commit 109a9f9

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.3.2, 2022-02-03
2+
-------------------------
3+
4+
- Add new devices
5+
- Plug Mini, Strip Light, Meter Plus, Lock
6+
- Add pseudo status for remote devices
7+
- Now you can call status() on remote devices
8+
- It returns the value specified in the last change operation,
9+
which may or may not match the true state of the device
10+
111
0.3.1, 2021-11-27
212
-------------------------
313

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project = "switchbot-client"
66
copyright = "2021, kzosabe"
77
author = "kzosabe"
8-
release = "0.3.1"
8+
release = "0.3.2"
99
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon"]
1010
templates_path = ["_templates"]
1111
exclude_patterns = ["_build", ".DS_Store"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "switchbot-client"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A Python client library for SwitchBot API."
55
license = "Apache-2.0 or MIT"
66
authors = [

switchbot_client/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
class AppConstants:
2-
VERSION = "0.3.1"
2+
VERSION = "0.3.2"

0 commit comments

Comments
 (0)