Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2c09e4

Browse filesBrowse files
authored
bump version to 2.8.3 (via #424)
1 parent 7e01cc1 commit d2c09e4
Copy full SHA for d2c09e4

5 files changed

+8-8Lines changed: 8 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎allure-behave/setup.py‎

Copy file name to clipboardExpand all lines: allure-behave/setup.py
+2-2Lines 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-behave"
5-
VERSION = "2.8.2"
5+
VERSION = "2.8.3"
66

77
classifiers = [
88
'Development Status :: 5 - Production/Stable',
@@ -20,7 +20,7 @@
2020

2121
install_requires = [
2222
"behave>=1.2.5",
23-
"allure-python-commons==2.8.2"
23+
"allure-python-commons==2.8.3"
2424
]
2525

2626

Collapse file

‎allure-pytest/setup.py‎

Copy file name to clipboardExpand all lines: allure-pytest/setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pass
1515

1616
PACKAGE = "allure-pytest"
17-
VERSION = "2.8.2"
17+
VERSION = "2.8.3"
1818

1919
classifiers = [
2020
'Development Status :: 5 - Production/Stable',
@@ -28,7 +28,7 @@
2828
install_requires = [
2929
"pytest>=4.5.0",
3030
"six>=1.9.0",
31-
"allure-python-commons==2.8.2"
31+
"allure-python-commons==2.8.3"
3232
]
3333

3434

Collapse file

‎allure-python-commons-test/setup.py‎

Copy file name to clipboardExpand all lines: allure-python-commons-test/setup.py
+1-1Lines changed: 1 addition & 1 deletion
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.8.2"
4+
VERSION = "2.8.3"
55

66
install_requires = [
77
"pyhamcrest>=1.9.0",
Collapse file

‎allure-python-commons/setup.py‎

Copy file name to clipboardExpand all lines: allure-python-commons/setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
PACKAGE = "allure-python-commons"
4-
VERSION = "2.8.2"
4+
VERSION = "2.8.3"
55

66
classifiers = [
77
'Development Status :: 5 - Production/Stable',
Collapse file

‎allure-robotframework/setup.py‎

Copy file name to clipboardExpand all lines: allure-robotframework/setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
PACKAGE = "allure-robotframework"
6-
VERSION = "2.8.2"
6+
VERSION = "2.8.3"
77

88
classifiers = [
99
'Development Status :: 5 - Production/Stable',
@@ -16,7 +16,7 @@
1616
]
1717

1818
install_requires = [
19-
"allure-python-commons==2.8.2",
19+
"allure-python-commons==2.8.3",
2020
]
2121

2222

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.