Skip to content

Commit 0154d6f

Browse files
authored
Merge pull request #427 from reportportal/develop
Release
2 parents 80c0794 + 26291c4 commit 0154d6f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44
### Changed
5+
- Client version updated to [5.7.7](https://github.com/reportportal/client-Python/releases/tag/5.7.7), by @ableeck
6+
7+
## [5.6.8]
8+
### Changed
59
- Client version updated to [5.7.6](https://github.com/reportportal/client-Python/releases/tag/5.7.6), by @ableeck
610

711
## [5.6.7]

requirements.txt

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

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.8"
20+
__version__ = "5.6.9"
2121

2222

2323
def read_file(fname):

0 commit comments

Comments
 (0)