Skip to content

Commit 02075ad

Browse files
authored
Merge pull request #63 from reportportal/develop
Release
2 parents a6e61ae + e124795 commit 02075ad

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 on [5.7.7](https://github.com/reportportal/client-Python/releases/tag/5.7.7), by @hemanth-kumar-glean
6+
7+
## [5.1.3]
8+
### Changed
59
- Client version updated on [5.7.6](https://github.com/reportportal/client-Python/releases/tag/5.7.6), by @HardNorth
610

711
## [5.1.2]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
behave==1.3.3
22
prettytable>=3.6.0, <=3.17.0
3-
reportportal-client==5.7.6
3+
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.1.3"
20+
__version__ = "5.1.4"
2121

2222

2323
def read_file(fname):

0 commit comments

Comments
 (0)