Skip to content

Commit 248a910

Browse files
authored
bump version (via #366)
1 parent 35d2f5f commit 248a910

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

allure-behave/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-behave"
5-
VERSION = "2.6.0"
5+
VERSION = "2.6.1"
66

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

1616
install_requires = [
1717
"behave>=1.2.5",
18-
"allure-python-commons==2.6.0"
18+
"allure-python-commons==2.6.1"
1919
]
2020

2121

allure-pytest/setup.py

Lines 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.6.0"
17+
VERSION = "2.6.1"
1818

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

3434

allure-python-commons-test/setup.py

Lines 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.6.0"
4+
VERSION = "2.6.1"
55

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

allure-python-commons/setup.py

Lines 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.6.0"
4+
VERSION = "2.6.1"
55

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

allure-robotframework/setup.py

Lines 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.6.0"
6+
VERSION = "2.6.1"
77

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

1818
install_requires = [
19-
"allure-python-commons==2.6.0",
19+
"allure-python-commons==2.6.1",
2020
]
2121

2222

0 commit comments

Comments
 (0)