From d0db2571978edb9cf3036ed3c54a04499f82d332 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Tue, 7 Mar 2023 17:36:17 -0800 Subject: [PATCH] 0.22.0 --- HISTORY.rst | 5 +++++ lib/pan/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b8c3e81..81e6b6d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ Release History =============== +0.22.0 (2023-03-07) +------------------- + +- pan.config: Support 11.0.0 config for set format. + 0.21.0 (2023-01-13) ------------------- diff --git a/lib/pan/__init__.py b/lib/pan/__init__.py index 293ddb6..8936d05 100644 --- a/lib/pan/__init__.py +++ b/lib/pan/__init__.py @@ -16,7 +16,7 @@ import logging -__version__ = '0.21.0' +__version__ = '0.22.0' DEBUG1 = logging.DEBUG DEBUG2 = DEBUG1 - 1