Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Develop #12

Merged
merged 6 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ Licensed under the Apache License Version 2.0, license (see the LICENSE file).
Apache License Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

# Changes
## Changes in version 0.0.6

* friezedпше ыф version of python client for RP 4.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see some Russian text.


## Changes in version 0.0.5

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ def read_file(fname):
return f.read()


version = '0.0.5'
version = '0.0.6'
tar_url = 'https://github.com/reportportal/agent-python-nosetests'


requirements = [
'reportportal-client>=3.1.0',
'reportportal-client==3.2.3',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "reportportal-client~=3.0" ?

'nose>=1.3.0',
]

Expand Down