From 768a043abca4ad93202949ad65b969b3a6abd771 Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Tue, 17 Jan 2023 20:51:49 +0200 Subject: [PATCH] Bump version to 2.12.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 8186f05d..16379dbc 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.11.0" \ No newline at end of file +__version__ = "2.12.0" \ No newline at end of file