We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc208c7 commit 3167e43Copy full SHA for 3167e43
2 files changed
docs/conf.py
@@ -22,7 +22,7 @@
22
author = "Aaron Bach"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "2021.11.0"
+release = "2021.11.1"
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -39,7 +39,7 @@ warn_unused_ignores = true
39
40
[tool.poetry]
41
name = "simplisafe-python"
42
-version = "2021.11.0"
+version = "2021.11.1"
43
description = "A Python3, async interface to the SimpliSafe API"
44
readme = "README.md"
45
authors = ["Aaron Bach <bachya1208@gmail.com>"]
0 commit comments