From f2f90843b535f970a3dc18f6a13346f6207648bd Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 6 Dec 2021 11:51:51 -0700 Subject: [PATCH] Bump version to 2021.12.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 7ba95526..f2cd4397 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 = "2021.11.2" +release = "2021.12.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d85aa800..705233de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "2021.11.2" +version = "2021.12.0" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]