Skip to content

Commit

Permalink
Merge pull request #349 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Sep 25, 2023
2 parents 467533f + 6099579 commit 2b97419
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
### Changed
- Client version updated on [5.4.1](https://github.com/reportportal/client-Python/releases/tag/5.4.1), by @HardNorth

## [5.2.1]
### Fixed
- Log line reference for Python 3.11, by @HardNorth
### Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup


__version__ = '5.2.1'
__version__ = '5.2.2'


def read_file(fname):
Expand Down

0 comments on commit 2b97419

Please sign in to comment.