We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e5489 commit fb2f96aCopy full SHA for fb2f96a
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 = "12.0.2"
+release = "2021.10.0"
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 = "12.0.2"
+version = "2021.10.0"
43
description = "A Python3, async interface to the SimpliSafe API"
44
readme = "README.md"
45
authors = ["Aaron Bach <bachya1208@gmail.com>"]
0 commit comments