Skip to content

Commit 45c73e3

Browse files
committed
Update version to: 19.6.2
1 parent 6902518 commit 45c73e3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Browser/version.py

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

docker/Dockerfile.latest_release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.53.1-noble
1+
FROM mcr.microsoft.com/playwright:v1.53.2-noble
22

33
# Update apt-get
44
USER root
@@ -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.6.1
34+
RUN uv pip install --no-cache-dir --upgrade robotframework robotframework-browser==19.6.2
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.6.1",
3+
"version": "19.6.2",
44
"main": "index.ts",
55
"author": "Mikko Korpela <[email protected]>",
66
"license": "Apache-2.0",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup_kwargs = {
2626
"name": "robotframework-browser",
27-
"version": "19.6.1",
27+
"version": "19.6.2",
2828
"description": "Robot Framework Browser library powered by Playwright. Aiming for speed, reliability and visibility.",
2929
"long_description": long_description,
3030
"long_description_content_type": "text/markdown",

0 commit comments

Comments
 (0)