Skip to content

Commit

Permalink
Updateversion to: 18.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 16, 2024
1 parent 63b3d77 commit 818346b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "18.5.0"
__version__ = "18.5.1"
2 changes: 1 addition & 1 deletion docker/Dockerfile.latest_release
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ ENV NODE_PATH=/usr/lib/node_modules
USER pwuser
RUN pip3 install --no-cache-dir --upgrade pip wheel
RUN pip3 --version
RUN pip3 install --no-cache-dir --user --upgrade robotframework robotframework-browser==18.4.0
RUN pip3 install --no-cache-dir --user --upgrade robotframework robotframework-browser==18.5.1

RUN python3 -m Browser.entry init
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": "18.5.0",
"version": "18.5.1",
"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": "18.5.0",
"version": "18.5.1",
"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 818346b

Please sign in to comment.