diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4dc2c..ba34686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [5.6.5] +### Removed +- Getting message on launch finish, since there is no such field in this response, by @HardNorth + ## [5.6.4] ### Added - `ErrorPrintingHttpRequest` and `ErrorPrintingAsyncHttpRequest` classes to avoid recursion on ReportPortal logging, by @HardNorth diff --git a/setup.py b/setup.py index 98db5f0..1dfea31 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -__version__ = "5.6.5" +__version__ = "5.6.6" TYPE_STUBS = ["*.pyi"] @@ -36,7 +36,7 @@ def read_file(fname): author_email="support@reportportal.io", url="https://github.com/reportportal/client-Python", download_url=("https://github.com/reportportal/client-Python/" "tarball/%s" % __version__), - license="Apache 2.0.", + license="Apache-2.0", keywords=["testing", "reporting", "reportportal", "client"], classifiers=[ "Programming Language :: Python :: 3.8",