From ee9a5ba018b248c1885d7489fdc330fdd44a2668 Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Sat, 10 Jun 2023 12:56:23 +0300 Subject: [PATCH] Bump version to 2.16.0 --- src/pabot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pabot/__init__.py b/src/pabot/__init__.py index c955b52e..563620e4 100644 --- a/src/pabot/__init__.py +++ b/src/pabot/__init__.py @@ -1,4 +1,4 @@ from __future__ import absolute_import from .pabotlib import PabotLib -__version__ = "2.15.0" \ No newline at end of file +__version__ = "2.16.0"