From ddc7f5c8312f76a1582a07685d4f98d5cd344f25 Mon Sep 17 00:00:00 2001 From: Stanislav Seliverstov Date: Tue, 21 Aug 2018 15:10:29 +0300 Subject: [PATCH] bump version (via #286) --- allure-behave/setup.py | 4 ++-- allure-pytest/setup.py | 4 ++-- allure-python-commons-test/setup.py | 2 +- allure-python-commons/setup.py | 2 +- allure-robotframework/setup.py | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/allure-behave/setup.py b/allure-behave/setup.py index a637eeb1..6f5cf6ee 100644 --- a/allure-behave/setup.py +++ b/allure-behave/setup.py @@ -2,7 +2,7 @@ from setuptools import setup PACKAGE = "allure-behave" -VERSION = "2.5.0" +VERSION = "2.5.1" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -15,7 +15,7 @@ install_requires = [ "behave>=1.2.5", - "allure-python-commons==2.5.0" + "allure-python-commons==2.5.1" ] diff --git a/allure-pytest/setup.py b/allure-pytest/setup.py index 20a1beef..330a2651 100644 --- a/allure-pytest/setup.py +++ b/allure-pytest/setup.py @@ -14,7 +14,7 @@ pass PACKAGE = "allure-pytest" -VERSION = "2.5.0" +VERSION = "2.5.1" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -28,7 +28,7 @@ install_requires = [ "pytest>=3.3.0", "six>=1.9.0", - "allure-python-commons==2.5.0" + "allure-python-commons==2.5.1" ] diff --git a/allure-python-commons-test/setup.py b/allure-python-commons-test/setup.py index 9652ee14..aed4f02b 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.5.0" +VERSION = "2.5.1" install_requires = [ "pyhamcrest>=1.9.0", diff --git a/allure-python-commons/setup.py b/allure-python-commons/setup.py index c2c155b3..b9a21910 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.5.0" +VERSION = "2.5.1" classifiers = [ 'Development Status :: 5 - Production/Stable', diff --git a/allure-robotframework/setup.py b/allure-robotframework/setup.py index 938140d0..3a1e2178 100644 --- a/allure-robotframework/setup.py +++ b/allure-robotframework/setup.py @@ -3,7 +3,7 @@ PACKAGE = "allure-robotframework" -VERSION = "2.5.0" +VERSION = "2.5.1" classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -16,7 +16,7 @@ ] install_requires = [ - "allure-python-commons==2.5.0", + "allure-python-commons==2.5.1", ]