Skip to content

Commit

Permalink
Bump version number to 0.5.0, lint robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Jul 3, 2020
1 parent 944fabb commit f0d2db5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Robot Framework Browser
env:
VERSION: 0.4.0
VERSION: 0.5.0
run: |
pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
rfbrowser init
Expand Down
2 changes: 1 addition & 1 deletion Browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

import re
import os
Expand Down
2 changes: 1 addition & 1 deletion atest/test/__init__.robot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Test Timeout 10 seconds
Test Timeout 30 seconds
Library Process
Suite Setup Start Process python atest/demoapp/server.py
Suite Teardown Terminate All Processes
2 changes: 1 addition & 1 deletion atest/test/click_button.robot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Resource keywords.resource
Resource keywords.resource
Test Setup Open Browser ${LOGIN URL}
Test Teardown Close Browser

Expand Down
2 changes: 1 addition & 1 deletion docs/Browser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotframework-playwright",
"version": "0.4.0",
"version": "0.5.0",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup_kwargs = {
"name": "robotframework-browser",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"long_description": long_description,
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit f0d2db5

Please sign in to comment.