From f1e0993d359aad86cf6a66983d27a854a4b3d024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 10 Aug 2021 22:39:39 +0200 Subject: [PATCH] Bump to 2.99.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ecleankernel/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecleankernel/__init__.py b/ecleankernel/__init__.py index 5d0391f..1fa85d7 100644 --- a/ecleankernel/__init__.py +++ b/ecleankernel/__init__.py @@ -1,5 +1,5 @@ # vim:fileencoding=utf-8 -# (c) 2011-2020 Michał Górny +# (c) 2011-2021 Michał Górny # Released under the terms of the 2-clause BSD license. -__version__ = '2.99.2' +__version__ = '2.99.3'