From ca7d30e5fbe9d6c7ad7c2f163d49ebe3305cb900 Mon Sep 17 00:00:00 2001 From: Matteo Piano Date: Fri, 11 Mar 2022 05:31:13 -0800 Subject: [PATCH] Release 2.1.0 --- packaging/debian/changelog | 6 ++++++ pidtree_bcc/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index d3d33e3..899a654 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pidtree-bcc (2.1.0) unstable; urgency=medium + + * Dynamically set initial size of net filter maps + + -- Matteo Piano Fri, 11 Mar 2022 05:30:48 -0800 + pidtree-bcc (2.0.2) unstable; urgency=medium * Fix possible "dictionary change during iteration" bug diff --git a/pidtree_bcc/__init__.py b/pidtree_bcc/__init__.py index 668c344..a33997d 100644 --- a/pidtree_bcc/__init__.py +++ b/pidtree_bcc/__init__.py @@ -1 +1 @@ -__version__ = '2.0.2' +__version__ = '2.1.0'