Skip to content

Commit d5739de

Browse files
authored
Merge pull request #42 from kzosabe/prepare-0-3-1
Prepare 0.3.1
2 parents d144812 + 6928200 commit d5739de

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.3.1, 2021-11-27
2+
-------------------------
3+
4+
- Bug fix
5+
- Fix import issue when using physical device objects
6+
17
0.3.0, 2021-11-27
28
-------------------------
39

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.0"
8+
release = "0.3.1"
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.0"
3+
version = "0.3.1"
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.0"
2+
VERSION = "0.3.1"

0 commit comments

Comments
 (0)