diff --git a/allure-behave/setup.py b/allure-behave/setup.py index be2fe2ed..55c45668 100644 --- a/allure-behave/setup.py +++ b/allure-behave/setup.py @@ -2,7 +2,7 @@ from setuptools import setup PACKAGE = "allure-behave" -VERSION = "2.8.5" +VERSION = "2.8.6" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -20,7 +20,7 @@ install_requires = [ "behave>=1.2.5", - "allure-python-commons==2.8.5" + "allure-python-commons==2.8.6" ] diff --git a/allure-pytest/setup.py b/allure-pytest/setup.py index 22c87f43..1fafb0e5 100644 --- a/allure-pytest/setup.py +++ b/allure-pytest/setup.py @@ -14,7 +14,7 @@ pass PACKAGE = "allure-pytest" -VERSION = "2.8.5" +VERSION = "2.8.6" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -28,7 +28,7 @@ install_requires = [ "pytest>=4.5.0", "six>=1.9.0", - "allure-python-commons==2.8.5" + "allure-python-commons==2.8.6" ] diff --git a/allure-python-commons-test/setup.py b/allure-python-commons-test/setup.py index c0575916..267d1325 100644 --- a/allure-python-commons-test/setup.py +++ b/allure-python-commons-test/setup.py @@ -1,7 +1,7 @@ from setuptools import setup PACKAGE = "allure-python-commons-test" -VERSION = "2.8.5" +VERSION = "2.8.6" install_requires = [ "pyhamcrest>=1.9.0", diff --git a/allure-python-commons/setup.py b/allure-python-commons/setup.py index 2c6b66d9..c9db507b 100644 --- a/allure-python-commons/setup.py +++ b/allure-python-commons/setup.py @@ -1,7 +1,7 @@ from setuptools import setup PACKAGE = "allure-python-commons" -VERSION = "2.8.5" +VERSION = "2.8.6" classifiers = [ 'Development Status :: 5 - Production/Stable', diff --git a/allure-robotframework/setup.py b/allure-robotframework/setup.py index 30058875..857dce50 100644 --- a/allure-robotframework/setup.py +++ b/allure-robotframework/setup.py @@ -3,7 +3,7 @@ PACKAGE = "allure-robotframework" -VERSION = "2.8.5" +VERSION = "2.8.6" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -16,7 +16,7 @@ ] install_requires = [ - "allure-python-commons==2.8.5", + "allure-python-commons==2.8.6", ]