Skip to content

Commit

Permalink
bump to v2.8.5 (via allure-framework#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Sep 10, 2019
1 parent e8396c5 commit 975aaf9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.8.4"
VERSION = "2.8.5"

classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -20,7 +20,7 @@

install_requires = [
"behave>=1.2.5",
"allure-python-commons==2.8.4"
"allure-python-commons==2.8.5"
]


Expand Down
4 changes: 2 additions & 2 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.8.4"
VERSION = "2.8.5"

classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -28,7 +28,7 @@
install_requires = [
"pytest>=4.5.0",
"six>=1.9.0",
"allure-python-commons==2.8.4"
"allure-python-commons==2.8.5"
]


Expand Down
2 changes: 1 addition & 1 deletion 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.8.4"
VERSION = "2.8.5"

install_requires = [
"pyhamcrest>=1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion allure-python-commons/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

PACKAGE = "allure-python-commons"
VERSION = "2.8.4"
VERSION = "2.8.5"

classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down
4 changes: 2 additions & 2 deletions allure-robotframework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


PACKAGE = "allure-robotframework"
VERSION = "2.8.4"
VERSION = "2.8.5"

classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -16,7 +16,7 @@
]

install_requires = [
"allure-python-commons==2.8.4",
"allure-python-commons==2.8.5",
]


Expand Down

0 comments on commit 975aaf9

Please sign in to comment.