Skip to content

Commit 80c0794

Browse files
authored
Merge pull request #425 from reportportal/develop
Release
2 parents 6b2d1c4 + 4de5020 commit 80c0794

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

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 to [5.7.6](https://github.com/reportportal/client-Python/releases/tag/5.7.6), by @ableeck
6+
7+
## [5.6.7]
48
### Added
59
- Attribute splitting if they are passed as `str` in configs, by @HardNorth
610

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=68.0.0",
44
"setuptools-scm",
5-
"wheel==0.40.0",
5+
"wheel==0.46.2",
66
]
77
build-backend = "setuptools.build_meta"
88

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
reportportal-client==5.7.4
1+
reportportal-client==5.7.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from setuptools import setup
1919

20-
__version__ = "5.6.7"
20+
__version__ = "5.6.8"
2121

2222

2323
def read_file(fname):

0 commit comments

Comments
 (0)