diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7f8e5..682fb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog ## [Unreleased] +### Changed +- Client version updated to [5.6.7](https://github.com/reportportal/client-Python/releases/tag/5.6.7), by @HardNorth + +## [5.0.1] ### Added - OAuth 2.0 Password Grant authentication, by @HardNorth ### Changed diff --git a/requirements.txt b/requirements.txt index 642056a..fb007fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ behave>=1.3.3,<2.0 prettytable -reportportal-client~=5.6.6 +reportportal-client~=5.6.7 diff --git a/setup.py b/setup.py index 29e0648..142977f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import setup -__version__ = "5.0.1" +__version__ = "5.0.2" def read_file(fname):