Skip to content

Commit

Permalink
Update version to: 19.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Jan 30, 2025
1 parent ddb5d58 commit d8ec6f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "19.2.0"
__version__ = "19.3.0"
2 changes: 1 addition & 1 deletion docker/Dockerfile.latest_release
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV PATH="/home/pwuser/.venv/bin:$PATH"
RUN pip3 install --no-cache-dir --upgrade pip wheel

# Install RobotFramework and Browser library
RUN pip3 install --no-cache-dir --upgrade robotframework robotframework-browser==19.2.0
RUN pip3 install --no-cache-dir --upgrade robotframework robotframework-browser==19.3.0

# Initialize Browser library without browsers binaries
RUN python3 -m Browser.entry init --skip-browsers
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotframework-playwright",
"version": "19.2.0",
"version": "19.3.0",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup_kwargs = {
"name": "robotframework-browser",
"version": "19.2.0",
"version": "19.3.0",
"description": "Robot Framework Browser library powered by Playwright. Aiming for speed, reliability and visibility.",
"long_description": long_description,
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit d8ec6f0

Please sign in to comment.