Skip to content

Commit 7793a70

Browse files
authored
new version (#184)
1 parent ae23da9 commit 7793a70

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

allure-behave/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
PACKAGE = "allure-behave"
5-
VERSION = "2.2.3b1"
5+
VERSION = "2.2.4b1"
66

77
classifiers = [
88
'Development Status :: 4 - Beta',
@@ -14,7 +14,7 @@
1414

1515
install_requires = [
1616
"behave>=1.2.5",
17-
"allure-python-commons==2.2.3b1"
17+
"allure-python-commons==2.2.4b1"
1818
]
1919

2020

allure-pytest/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pass
1515

1616
PACKAGE = "allure-pytest"
17-
VERSION = "2.2.3b1"
17+
VERSION = "2.2.4b1"
1818

1919
classifiers = [
2020
'Development Status :: 4 - Beta',
@@ -28,7 +28,7 @@
2828
install_requires = [
2929
"pytest>=2.7.3",
3030
"six>=1.9.0",
31-
"allure-python-commons==2.2.3b1"
31+
"allure-python-commons==2.2.4b1"
3232
]
3333

3434

allure-python-commons-test/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
PACKAGE = "allure-python-commons-test"
4-
VERSION = "2.2.3b1"
4+
VERSION = "2.2.4b1"
55

66
install_requires = [
77
"pyhamcrest>=1.9.0",

allure-python-commons/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
PACKAGE = "allure-python-commons"
4-
VERSION = "2.2.3b1"
4+
VERSION = "2.2.4b1"
55

66
classifiers = [
77
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)