File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
allure-python-commons-test Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
4
4
PACKAGE = "allure-behave"
5
- VERSION = "2.2.3b1 "
5
+ VERSION = "2.2.4b1 "
6
6
7
7
classifiers = [
8
8
'Development Status :: 4 - Beta' ,
14
14
15
15
install_requires = [
16
16
"behave>=1.2.5" ,
17
- "allure-python-commons==2.2.3b1 "
17
+ "allure-python-commons==2.2.4b1 "
18
18
]
19
19
20
20
Original file line number Diff line number Diff line change 14
14
pass
15
15
16
16
PACKAGE = "allure-pytest"
17
- VERSION = "2.2.3b1 "
17
+ VERSION = "2.2.4b1 "
18
18
19
19
classifiers = [
20
20
'Development Status :: 4 - Beta' ,
28
28
install_requires = [
29
29
"pytest>=2.7.3" ,
30
30
"six>=1.9.0" ,
31
- "allure-python-commons==2.2.3b1 "
31
+ "allure-python-commons==2.2.4b1 "
32
32
]
33
33
34
34
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
3
PACKAGE = "allure-python-commons-test"
4
- VERSION = "2.2.3b1 "
4
+ VERSION = "2.2.4b1 "
5
5
6
6
install_requires = [
7
7
"pyhamcrest>=1.9.0" ,
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
3
PACKAGE = "allure-python-commons"
4
- VERSION = "2.2.3b1 "
4
+ VERSION = "2.2.4b1 "
5
5
6
6
classifiers = [
7
7
'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments