From 11aa2451516da10fb4f81ad6aa5a86b89f8e8025 Mon Sep 17 00:00:00 2001 From: Stas Seliverstov Date: Sun, 8 Sep 2019 16:33:57 +0300 Subject: [PATCH 1/2] bump v2.8.3 --- allure-pytest/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allure-pytest/setup.py b/allure-pytest/setup.py index f893d1c9..f8a1a8d3 100644 --- a/allure-pytest/setup.py +++ b/allure-pytest/setup.py @@ -14,7 +14,7 @@ pass PACKAGE = "allure-pytest" -VERSION = "2.8.2" +VERSION = "2.8.3" 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.2" + "allure-python-commons==2.8.3" ] From 9ada93f6c1b8780424cfc6c921c55c744b4c6869 Mon Sep 17 00:00:00 2001 From: Stas Seliverstov Date: Sun, 8 Sep 2019 16:37:41 +0300 Subject: [PATCH 2/2] bump v2.8.3 --- allure-behave/setup.py | 4 ++-- allure-python-commons-test/setup.py | 2 +- allure-python-commons/setup.py | 2 +- allure-robotframework/setup.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/allure-behave/setup.py b/allure-behave/setup.py index 4080ac8b..a69212ab 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.2" +VERSION = "2.8.3" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -20,7 +20,7 @@ install_requires = [ "behave>=1.2.5", - "allure-python-commons==2.8.2" + "allure-python-commons==2.8.3" ] diff --git a/allure-python-commons-test/setup.py b/allure-python-commons-test/setup.py index 0d518ff3..1fa3fdc1 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.2" +VERSION = "2.8.3" install_requires = [ "pyhamcrest>=1.9.0", diff --git a/allure-python-commons/setup.py b/allure-python-commons/setup.py index d1f2ebe8..c84a4c53 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.2" +VERSION = "2.8.3" classifiers = [ 'Development Status :: 5 - Production/Stable', diff --git a/allure-robotframework/setup.py b/allure-robotframework/setup.py index 8986d32c..2f34a88e 100644 --- a/allure-robotframework/setup.py +++ b/allure-robotframework/setup.py @@ -3,7 +3,7 @@ PACKAGE = "allure-robotframework" -VERSION = "2.8.2" +VERSION = "2.8.3" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -16,7 +16,7 @@ ] install_requires = [ - "allure-python-commons==2.8.2", + "allure-python-commons==2.8.3", ]