We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf719b4 commit bba2788Copy full SHA for bba2788
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.5"
+release = "12.0.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.0-alpha.5"
+version = "12.0.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