Skip to content

Commit 659fa95

Browse files
authored
bump version (#161)
1 parent 2d26351 commit 659fa95

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

allure-behave/setup.py

Lines changed: 3 additions & 3 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.2b2"
5+
VERSION = "2.2.3b1"
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.2b2"
17+
"allure-python-commons==2.2.3b1"
1818
]
1919

2020

@@ -27,7 +27,7 @@ def main():
2727
name=PACKAGE,
2828
version=VERSION,
2929
description="Allure behave integration",
30-
url="https://github.com/allure-framework/allure-python2",
30+
url="https://github.com/allure-framework/allure-python",
3131
author="QAMetaSoftware, Stanislav Seliverstov",
3232
author_email="[email protected]",
3333
license="Apache-2.0",

allure-pytest/setup.py

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

1616
PACKAGE = "allure-pytest"
17-
VERSION = "2.2.2b2"
17+
VERSION = "2.2.3b1"
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.2b2"
31+
"allure-python-commons==2.2.3b1"
3232
]
3333

3434

@@ -41,7 +41,7 @@ def main():
4141
name=PACKAGE,
4242
version=VERSION,
4343
description="Allure pytest integration",
44-
url="https://github.com/allure-framework/allure-python2",
44+
url="https://github.com/allure-framework/allure-python",
4545
author="QAMetaSoftware, Stanislav Seliverstov",
4646
author_email="[email protected]",
4747
license="Apache-2.0",

allure-python-commons-test/setup.py

Lines changed: 2 additions & 2 deletions
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.2b2"
4+
VERSION = "2.2.3b1"
55

66
install_requires = [
77
"pyhamcrest>=1.9.0",
@@ -14,7 +14,7 @@ def main():
1414
name=PACKAGE,
1515
version=VERSION,
1616
description="Common module for self-testing allure integrations with python-based frameworks",
17-
url="https://github.com/allure-framework/allure-python2",
17+
url="https://github.com/allure-framework/allure-python",
1818
author="QAMetaSoftware, Stanislav Seliverstov",
1919
author_email="[email protected]",
2020
license="Apache-2.0",

allure-python-commons/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-python-commons"
5-
VERSION = "2.2.2b2"
5+
VERSION = "2.2.3b1"
66

77
classifiers = [
88
'Development Status :: 4 - Beta',
@@ -27,7 +27,7 @@ def main():
2727
name=PACKAGE,
2828
version=VERSION,
2929
description="Common module for integrate allure with python-based frameworks",
30-
url="https://github.com/allure-framework/allure-python2",
30+
url="https://github.com/allure-framework/allure-python",
3131
author="QAMetaSoftware, Stanislav Seliverstov",
3232
author_email="[email protected]",
3333
license="Apache-2.0",

0 commit comments

Comments
 (0)