Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions allure-behave/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

PACKAGE = "allure-behave"
VERSION = "2.2.2b2"
VERSION = "2.2.3b1"

classifiers = [
'Development Status :: 4 - Beta',
Expand All @@ -14,7 +14,7 @@

install_requires = [
"behave==1.2.5",
"allure-python-commons==2.2.2b2"
"allure-python-commons==2.2.3b1"
]


Expand All @@ -27,7 +27,7 @@ def main():
name=PACKAGE,
version=VERSION,
description="Allure behave integration",
url="https://github.com/allure-framework/allure-python2",
url="https://github.com/allure-framework/allure-python",
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions allure-pytest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
pass

PACKAGE = "allure-pytest"
VERSION = "2.2.2b2"
VERSION = "2.2.3b1"

classifiers = [
'Development Status :: 4 - Beta',
Expand All @@ -28,7 +28,7 @@
install_requires = [
"pytest>=2.7.3",
"six>=1.9.0",
"allure-python-commons==2.2.2b2"
"allure-python-commons==2.2.3b1"
]


Expand All @@ -41,7 +41,7 @@ def main():
name=PACKAGE,
version=VERSION,
description="Allure pytest integration",
url="https://github.com/allure-framework/allure-python2",
url="https://github.com/allure-framework/allure-python",
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions allure-python-commons-test/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

PACKAGE = "allure-python-commons-test"
VERSION = "2.2.2b2"
VERSION = "2.2.3b1"

install_requires = [
"pyhamcrest>=1.9.0",
Expand All @@ -14,7 +14,7 @@ def main():
name=PACKAGE,
version=VERSION,
description="Common module for self-testing allure integrations with python-based frameworks",
url="https://github.com/allure-framework/allure-python2",
url="https://github.com/allure-framework/allure-python",
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions allure-python-commons/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

PACKAGE = "allure-python-commons"
VERSION = "2.2.2b2"
VERSION = "2.2.3b1"

classifiers = [
'Development Status :: 4 - Beta',
Expand All @@ -27,7 +27,7 @@ def main():
name=PACKAGE,
version=VERSION,
description="Common module for integrate allure with python-based frameworks",
url="https://github.com/allure-framework/allure-python2",
url="https://github.com/allure-framework/allure-python",
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down