From fb2f96a30be16f037c9108f6bbe8718d008e2495 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 26 Oct 2021 14:25:07 -0600 Subject: [PATCH] Bump version to 2021.10.0 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 577c68c7..f86881f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Aaron Bach" # The full version, including alpha/beta/rc tags -release = "12.0.2" +release = "2021.10.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2a36a3d8..94aef257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "12.0.2" +version = "2021.10.0" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]