From bef56c0c8efa5db5e26372048270aa3687271298 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Tue, 22 Nov 2022 17:17:13 +0100 Subject: [PATCH] =?UTF-8?q?Release=20v1.2.0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pytest_codspeed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pytest_codspeed/__init__.py b/src/pytest_codspeed/__init__.py index 6849410..c68196d 100644 --- a/src/pytest_codspeed/__init__.py +++ b/src/pytest_codspeed/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0"