Skip to content

Commit 0e8f2c1

Browse files
committed
Bump version number to 0.15.0, re-generate docs
1 parent dd159d1 commit 0e8f2c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 &
105105
- name: Install Robot Framework Browser
106106
env:
107-
VERSION: 0.14.0
107+
VERSION: 0.15.0
108108
run: |
109109
pip install "robotframework_browser-$VERSION-py3-none-any.whl"
110110
rfbrowser init

Browser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.14.0"
1+
VERSION = "0.15.0"

docs/Browser.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotframework-playwright",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"main": "index.ts",
55
"author": "Mikko Korpela <mikko.korpela@gmail.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)