From 70b1c325548c6d612f6302624c2715954926ef96 Mon Sep 17 00:00:00 2001 From: Dmitry Ermakovich Date: Tue, 16 Jun 2026 10:15:17 +0300 Subject: [PATCH] chore: versions --- testit-adapter-behave/setup.py | 2 +- testit-adapter-nose/setup.py | 2 +- testit-adapter-pytest/setup.py | 2 +- testit-adapter-robotframework/setup.py | 2 +- testit-python-commons/setup.py | 2 +- update_versions.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testit-adapter-behave/setup.py b/testit-adapter-behave/setup.py index 34256e1..e10c36c 100644 --- a/testit-adapter-behave/setup.py +++ b/testit-adapter-behave/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "4.2.7" +VERSION = "4.2.8" setup( name='testit-adapter-behave', diff --git a/testit-adapter-nose/setup.py b/testit-adapter-nose/setup.py index e6b2b43..b32509a 100644 --- a/testit-adapter-nose/setup.py +++ b/testit-adapter-nose/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "4.2.7" +VERSION = "4.2.8" setup( name='testit-adapter-nose', diff --git a/testit-adapter-pytest/setup.py b/testit-adapter-pytest/setup.py index 0683903..5fe0959 100644 --- a/testit-adapter-pytest/setup.py +++ b/testit-adapter-pytest/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "4.2.7" +VERSION = "4.2.8" setup( name='testit-adapter-pytest', diff --git a/testit-adapter-robotframework/setup.py b/testit-adapter-robotframework/setup.py index 7f239c2..4f0e3f1 100644 --- a/testit-adapter-robotframework/setup.py +++ b/testit-adapter-robotframework/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "4.2.7" +VERSION = "4.2.8" setup( name='testit-adapter-robotframework', diff --git a/testit-python-commons/setup.py b/testit-python-commons/setup.py index 7603c2a..20560b4 100644 --- a/testit-python-commons/setup.py +++ b/testit-python-commons/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "4.2.7" +VERSION = "4.2.8" setup( name='testit-python-commons', diff --git a/update_versions.sh b/update_versions.sh index d12284b..624650d 100644 --- a/update_versions.sh +++ b/update_versions.sh @@ -1,6 +1,6 @@ #!/bin/bash -NEW_VERSION="4.2.7" +NEW_VERSION="4.2.8" TESTIT_API_CLIENT_VERSION="7.5.10" echo "Updating all adapters to version: $NEW_VERSION"