Skip to content

Commit e99947d

Browse files
committed
Update version to: 19.4.0
1 parent 5e1abc6 commit e99947d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Browser/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.3.1"
1+
__version__ = "19.4.0"

docker/Dockerfile.latest_release

+1-1
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.3.1
34+
RUN uv pip install --no-cache-dir --upgrade robotframework robotframework-browser==19.4.0
3535

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotframework-playwright",
3-
"version": "19.3.1",
3+
"version": "19.4.0",
44
"main": "index.ts",
55
"author": "Mikko Korpela <[email protected]>",
66
"license": "Apache-2.0",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup_kwargs = {
2626
"name": "robotframework-browser",
27-
"version": "19.3.1",
27+
"version": "19.4.0",
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)