| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f4e592e commit 90974e4
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | from setuptools import setup | |
| 3 | 3 | ||
| 4 | 4 | PACKAGE = "allure-behave" | |
| 5 | - VERSION = "2.5.1" | ||
| 5 | + VERSION = "2.5.2" | ||
| 6 | 6 | ||
| 7 | 7 | classifiers = [ | |
| 8 | 8 | 'Development Status :: 5 - Production/Stable', | |
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | 16 | install_requires = [ | |
| 17 | 17 | "behave>=1.2.5", | |
| 18 | - "allure-python-commons==2.5.1" | ||
| 18 | + "allure-python-commons==2.5.2" | ||
| 19 | 19 | ] | |
| 20 | 20 | ||
| 21 | 21 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | pass | |
| 15 | 15 | ||
| 16 | 16 | PACKAGE = "allure-pytest" | |
| 17 | - VERSION = "2.5.1" | ||
| 17 | + VERSION = "2.5.2" | ||
| 18 | 18 | ||
| 19 | 19 | classifiers = [ | |
| 20 | 20 | 'Development Status :: 5 - Production/Stable', | |
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | install_requires = [ | |
| 29 | 29 | "pytest>=3.3.0", | |
| 30 | 30 | "six>=1.9.0", | |
| 31 | - "allure-python-commons==2.5.1" | ||
| 31 | + "allure-python-commons==2.5.2" | ||
| 32 | 32 | ] | |
| 33 | 33 | ||
| 34 | 34 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | from setuptools import setup | |
| 2 | 2 | ||
| 3 | 3 | PACKAGE = "allure-python-commons-test" | |
| 4 | - VERSION = "2.5.1" | ||
| 4 | + VERSION = "2.5.2" | ||
| 5 | 5 | ||
| 6 | 6 | install_requires = [ | |
| 7 | 7 | "pyhamcrest>=1.9.0", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | from setuptools import setup | |
| 2 | 2 | ||
| 3 | 3 | PACKAGE = "allure-python-commons" | |
| 4 | - VERSION = "2.5.1" | ||
| 4 | + VERSION = "2.5.2" | ||
| 5 | 5 | ||
| 6 | 6 | classifiers = [ | |
| 7 | 7 | 'Development Status :: 5 - Production/Stable', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | 5 | PACKAGE = "allure-robotframework" | |
| 6 | - VERSION = "2.5.1" | ||
| 6 | + VERSION = "2.5.2" | ||
| 7 | 7 | ||
| 8 | 8 | classifiers = [ | |
| 9 | 9 | 'Development Status :: 5 - Production/Stable', | |
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | ] | |
| 17 | 17 | ||
| 18 | 18 | install_requires = [ | |
| 19 | - "allure-python-commons==2.5.1", | ||
| 19 | + "allure-python-commons==2.5.2", | ||
| 20 | 20 | ] | |
| 21 | 21 | ||
| 22 | 22 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments