From 6a6c5549d4e3529ce794cdf976ca7cbc46cbf519 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:21:42 +0530 Subject: [PATCH] Update changelog and increment version to 2.2.1 --- CHANGELOG.rst | 4 ++++ tpv/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 783028e..5c236c7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +2.2.1 - Mar 30, 2023. (sha 060ff9e411b35a2fed444b19b61bbedfe2d2cc4d) +-------------------------------------------------------------------- +* A role rule has no access to a tool's scheduling tags by @cat-bro (PR #89) + 2.2.0 - Mar 22, 2023. (sha 129c65b58998661da325294fa8461f0a48fcebb0) -------------------------------------------------------------------- * Add helper for checking entity tags within a tpv rule by @cat-bro (PR #86) diff --git a/tpv/__init__.py b/tpv/__init__.py index d63b2a4..5e8efa1 100644 --- a/tpv/__init__.py +++ b/tpv/__init__.py @@ -1,7 +1,7 @@ """Total Perspective Vortex library setup.""" # Current version of the library -__version__ = "2.2.0" +__version__ = "2.2.1" def get_version():