We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 467533f + 6099579 commit 2b97419Copy full SHA for 2b97419
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Changed
5
+- Client version updated on [5.4.1](https://github.com/reportportal/client-Python/releases/tag/5.4.1), by @HardNorth
6
+
7
+## [5.2.1]
8
### Fixed
9
- Log line reference for Python 3.11, by @HardNorth
10
### Changed
requirements.txt
@@ -1,5 +1,5 @@
dill>=0.3.6
pytest>=3.8.0
-reportportal-client==5.4.0
+reportportal-client==5.4.1
aenum>=3.1.0
requests>=2.27.1
setup.py
@@ -5,7 +5,7 @@
from setuptools import setup
-__version__ = '5.2.1'
+__version__ = '5.2.2'
11
def read_file(fname):
0 commit comments