From d8ca3aa1b9519da51c50749793d536609f300e22 Mon Sep 17 00:00:00 2001 From: Vsevolod Glumov Date: Fri, 12 Mar 2021 12:34:54 -0800 Subject: [PATCH] Bump version --- ddt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddt.py b/ddt.py index c6622c8..5e0f41b 100644 --- a/ddt.py +++ b/ddt.py @@ -20,7 +20,7 @@ else: _have_yaml = True -__version__ = '1.4.1' +__version__ = '1.4.2' # These attributes will not conflict with any real python attribute # They are added to the decorated test method and processed later