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