From 268d81c6dc4eb20d1d7c1321ad6322d545344649 Mon Sep 17 00:00:00 2001 From: Stas Seliverstov Date: Sun, 23 Jul 2017 16:35:17 +0300 Subject: [PATCH] v2.1.1b1 --- allure-behave/setup.py | 4 ++-- allure-pytest/setup.py | 4 ++-- allure-python-commons-test/setup.py | 2 +- allure-python-commons/setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/allure-behave/setup.py b/allure-behave/setup.py index 08c5f1d3..0fa23492 100644 --- a/allure-behave/setup.py +++ b/allure-behave/setup.py @@ -2,7 +2,7 @@ from setuptools import setup PACKAGE = "allure-behave" -VERSION = "2.1.0b1" +VERSION = "2.1.1b1" classifiers = [ 'Development Status :: 4 - Beta', @@ -14,7 +14,7 @@ install_requires = [ "behave==1.2.5", - "allure-python-commons==2.1.0b1" + "allure-python-commons==2.1.1b1" ] diff --git a/allure-pytest/setup.py b/allure-pytest/setup.py index 16bff8f5..a386ca87 100644 --- a/allure-pytest/setup.py +++ b/allure-pytest/setup.py @@ -14,7 +14,7 @@ pass PACKAGE = "allure-pytest" -VERSION = "2.1.0b1" +VERSION = "2.1.1b1" classifiers = [ 'Development Status :: 4 - Beta', @@ -28,7 +28,7 @@ install_requires = [ "pytest>=2.7.3", "six>=1.9.0", - "allure-python-commons==2.1.0b1" + "allure-python-commons==2.1.1b1" ] diff --git a/allure-python-commons-test/setup.py b/allure-python-commons-test/setup.py index 0c5c9d23..255af46a 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.1.0b1" +VERSION = "2.1.1b1" install_requires = [ "pyhamcrest>=1.9.0", diff --git a/allure-python-commons/setup.py b/allure-python-commons/setup.py index 0ff5ba66..96634806 100644 --- a/allure-python-commons/setup.py +++ b/allure-python-commons/setup.py @@ -2,7 +2,7 @@ from setuptools import setup PACKAGE = "allure-python-commons" -VERSION = "2.1.0b1" +VERSION = "2.1.1b1" classifiers = [ 'Development Status :: 4 - Beta',