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 22from setuptools import setup
33
44PACKAGE = "allure-behave"
5- VERSION = "2.0.0b2 "
5+ VERSION = "2.1.0b1 "
66
77classifiers = [
88 'Development Status :: 4 - Beta' ,
1414
1515install_requires = [
1616 "behave==1.2.5" ,
17- "allure-python-commons==2.0.0b2 "
17+ "allure-python-commons==2.1.0b1 "
1818]
1919
2020
Original file line number Diff line number Diff line change 1414 pass
1515
1616PACKAGE = "allure-pytest"
17- VERSION = "2.0.0b2 "
17+ VERSION = "2.1.0b1 "
1818
1919classifiers = [
2020 'Development Status :: 4 - Beta' ,
2828install_requires = [
2929 "pytest>=2.7.3" ,
3030 "six>=1.9.0" ,
31- "allure-python-commons==2.0.0b2 "
31+ "allure-python-commons==2.1.0b1 "
3232]
3333
3434
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons-test"
4- VERSION = "2.0.0b2 "
4+ VERSION = "2.1.0b1 "
55
66install_requires = [
77 "pyhamcrest>=1.9.0" ,
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44PACKAGE = "allure-python-commons"
5- VERSION = "2.0.0b2 "
5+ VERSION = "2.1.0b1 "
66
77classifiers = [
88 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments