diff --git a/testit-adapter-behave/setup.py b/testit-adapter-behave/setup.py index 48286893..617458b4 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.1.13" +VERSION = "4.1.14" setup( name='testit-adapter-behave', diff --git a/testit-adapter-nose/setup.py b/testit-adapter-nose/setup.py index 3815072a..c2e2b9e2 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.1.13" +VERSION = "4.1.14" setup( name='testit-adapter-nose', diff --git a/testit-adapter-pytest/setup.py b/testit-adapter-pytest/setup.py index 2e6cc2ce..2839efd4 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.1.13" +VERSION = "4.1.14" setup( name='testit-adapter-pytest', diff --git a/testit-adapter-robotframework/setup.py b/testit-adapter-robotframework/setup.py index 93378dd0..802e7497 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.1.13" +VERSION = "4.1.14" setup( name='testit-adapter-robotframework', diff --git a/testit-python-commons/setup.py b/testit-python-commons/setup.py index e2a38f8d..d5ea982b 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.1.13" +VERSION = "4.1.14" setup( name='testit-python-commons', diff --git a/testit-python-commons/src/testit_python_commons/services/sync_storage/sync_storage_runner.py b/testit-python-commons/src/testit_python_commons/services/sync_storage/sync_storage_runner.py index 3e716f85..85ef3a5a 100644 --- a/testit-python-commons/src/testit_python_commons/services/sync_storage/sync_storage_runner.py +++ b/testit-python-commons/src/testit_python_commons/services/sync_storage/sync_storage_runner.py @@ -39,7 +39,7 @@ class SyncStorageRunner: across multiple workers. """ - SYNC_STORAGE_VERSION = "v0.3.1" + SYNC_STORAGE_VERSION = "v0.3.2" SYNC_STORAGE_REPO_URL = ( "https://github.com/testit-tms/sync-storage-public/releases/download/" ) diff --git a/update_versions.sh b/update_versions.sh index 8fe3af0f..9b6be65c 100644 --- a/update_versions.sh +++ b/update_versions.sh @@ -1,6 +1,6 @@ #!/bin/bash -NEW_VERSION="4.1.11" +NEW_VERSION="4.1.14" TESTIT_API_CLIENT_VERSION="7.5.6" echo "Updating all adapters to version: $NEW_VERSION"