Skip to content

Commit 2b97419

Browse files
authored
Merge pull request #349 from reportportal/develop
Release
2 parents 467533f + 6099579 commit 2b97419

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## [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]
48
### Fixed
59
- Log line reference for Python 3.11, by @HardNorth
610
### Changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dill>=0.3.6
22
pytest>=3.8.0
3-
reportportal-client==5.4.0
3+
reportportal-client==5.4.1
44
aenum>=3.1.0
55
requests>=2.27.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66

77

8-
__version__ = '5.2.1'
8+
__version__ = '5.2.2'
99

1010

1111
def read_file(fname):

0 commit comments

Comments
 (0)