Skip to content

Commit

Permalink
[release] increases version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiove committed Apr 22, 2021
1 parent e331001 commit 419b4f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Library RequestsLibrary
*** Test Cases ***
Quick Get Request
Quick Get Request Test
${response}= GET https://www.google.com
Quick Get Request With Parameters Test
${response}= GET https://www.google.com/search params=query=ciao expected_status=200
Quick Get A JSON Body
Quick Get A JSON Body Test
${response}= GET https://jsonplaceholder.typicode.com/posts/1
Should Be Equal As Strings 1 ${response.json()}[id]
```
Expand Down
4 changes: 2 additions & 2 deletions src/RequestsLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ class RequestsLibrary(RequestsOnSessionKeywords, DeprecatedKeywords):
| Library RequestsLibrary
|
| *** Test Cases ***
| Quick Get Request
| Quick Get Request Test
| ${response}= GET https://www.google.com
|
| Quick Get Request With Parameters Test
| ${response}= GET https://www.google.com/search params=query=ciao expected_status=200
|
| Quick Get A JSON Body
| Quick Get A JSON Body Test
| ${response}= GET https://jsonplaceholder.typicode.com/posts/1
| Should Be Equal As Strings 1 ${response.json()}[id]
Expand Down
2 changes: 1 addition & 1 deletion src/RequestsLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.9'
VERSION = '0.9.1'

0 comments on commit 419b4f5

Please sign in to comment.