Skip to content

Commit 322380e

Browse files
committed
Update version to: 19.9.0b3
1 parent 5221baf commit 322380e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Browser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.9.0b2"
1+
__version__ = "19.9.0b3"

browser_batteries/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robotframework-browser-batteries"
7-
version = "19.9.0b2"
8-
dependencies = ["robotframework-browser==19.9.0b2"]
7+
version = "19.9.0b3"
8+
dependencies = ["robotframework-browser==19.9.0b3"]
99
requires-python = ">= 3.9"
1010
authors = [
1111
{name = "MarketSquare - Robot Framework community"}

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.9.0b2
34+
RUN uv pip install --no-cache-dir --upgrade robotframework robotframework-browser==19.9.0b3
3535

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

package-lock.json

Lines changed: 3 additions & 3 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.9.0b2",
3+
"version": "19.9.0b3",
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.9.0b2"
7+
version = "19.9.0b3"
88
dependencies = [
99
"grpcio == 1.75.1",
1010
"grpcio-tools == 1.75.1",

0 commit comments

Comments
 (0)