Skip to content

Commit dada2d3

Browse files
committed
Update version to: 19.8.0
1 parent f67c4ae commit dada2d3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Browser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.7.2"
1+
__version__ = "19.8.0"

docker/Dockerfile.latest_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV PATH="/home/pwuser/.venv/bin:$PATH"
3131
RUN pip3 install --no-cache-dir --upgrade pip wheel uv
3232

3333
# Install RobotFramework and Browser library
34-
RUN uv pip install --no-cache-dir --upgrade robotframework robotframework-browser==19.7.2
34+
RUN uv pip install --no-cache-dir --upgrade robotframework robotframework-browser==19.8.0
3535

3636
# Initialize Browser library without browsers binaries
3737
RUN python3 -m Browser.entry init --skip-browsers

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "19.7.2",
3+
"version": "19.8.0",
44
"main": "index.ts",
55
"author": "Mikko Korpela <[email protected]>",
66
"license": "Apache-2.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robotframework-browser"
7-
version = "19.7.2"
7+
version = "19.8.0"
88
dependencies = [
99
"grpcio == 1.75.0",
1010
"grpcio-tools == 1.75.0",

0 commit comments

Comments
 (0)