We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc9870 commit 08d9db3Copy full SHA for 08d9db3
docs/conf.py
@@ -23,7 +23,7 @@
23
author = "Aaron Bach"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "2023.08.0"
+release = "2023.10.0"
27
28
29
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -42,7 +42,7 @@ warn_unused_ignores = true
42
43
[tool.poetry]
44
name = "simplisafe-python"
45
-version = "2023.08.0"
+version = "2023.10.0"
46
description = "A Python3, async interface to the SimpliSafe API"
47
readme = "README.md"
48
authors = ["Aaron Bach <bachya1208@gmail.com>"]
0 commit comments