File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.3.1, 2021-11-27
2+ -------------------------
3+
4+ - Bug fix
5+ - Fix import issue when using physical device objects
6+
170.3.0, 2021-11-27
28-------------------------
39
Original file line number Diff line number Diff line change 55project = "switchbot-client"
66copyright = "2021, kzosabe"
77author = "kzosabe"
8- release = "0.3.0 "
8+ release = "0.3.1 "
99extensions = ["sphinx.ext.autodoc" , "sphinx.ext.napoleon" ]
1010templates_path = ["_templates" ]
1111exclude_patterns = ["_build" , ".DS_Store" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " switchbot-client"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " A Python client library for SwitchBot API."
55license = " Apache-2.0 or MIT"
66authors = [
Original file line number Diff line number Diff line change 11class AppConstants :
2- VERSION = "0.3.0 "
2+ VERSION = "0.3.1 "
You can’t perform that action at this time.
0 commit comments