Skip to content

Commit 627a424

Browse files
author
Kerkko Pelttari
committed
bump version to v16.0.2
Add 16.0.2 releasenotes Bump version in package-lock.json
1 parent 93d86f1 commit 627a424

File tree

7 files changed

+1909
-6
lines changed

7 files changed

+1909
-6
lines changed

Browser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "16.1.0-dev"
1+
__version__ = "16.0.2"

docker/Dockerfile.latest_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ENV NODE_PATH=/usr/lib/node_modules
1414
USER pwuser
1515
RUN pip3 install --no-cache-dir --upgrade pip wheel
1616
RUN pip3 --version
17-
RUN pip3 install --no-cache-dir --user --upgrade robotframework robotframework-browser==16.1.0-dev
17+
RUN pip3 install --no-cache-dir --user --upgrade robotframework robotframework-browser==16.0.2
1818

1919
RUN python3 -m Browser.entry init
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
======================
2+
Browser library 16.0.2
3+
======================
4+
5+
6+
.. default-role:: code
7+
8+
9+
Browser_ is a web testing library for `Robot Framework`_ that utilizes
10+
the Playwright_ tool internally. Browser library 16.0.2 is a new release with
11+
**UPDATE** enhancements and bug fixes.
12+
All issues targeted for Browser library v16.0.2 can be found
13+
from the `issue tracker`_.
14+
For first time installation with pip_, just run
15+
::
16+
pip install robotframework-browser
17+
rfbrowser init
18+
to install the latest available release. If you upgrading
19+
from previous release with pip_, run
20+
::
21+
pip install --upgrade robotframework-browser
22+
rfbrowser clean-node
23+
rfbrowser init
24+
Alternatively you can download the source distribution from PyPI_ and
25+
install it manually. Browser library 16.0.2 was released on Wednesday March 15, 2023.
26+
Browser supports Python 3.7+, Node 14/16 LTS and Robot Framework 4.0+.
27+
Library was tested with Playwright 1.31.2
28+
29+
.. _Robot Framework: http://robotframework.org
30+
.. _Browser: https://github.com/MarketSquare/robotframework-browser
31+
.. _Playwright: https://github.com/microsoft/playwright
32+
.. _pip: http://pip-installer.org
33+
.. _PyPI: https://pypi.python.org/pypi/robotframework-browser
34+
.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v16.0.2
35+
36+
37+
.. contents::
38+
:depth: 2
39+
:local:
40+
41+
Full list of fixes and enhancements
42+
===================================
43+
44+
.. list-table::
45+
:header-rows: 1
46+
47+
* - ID
48+
- Type
49+
- Priority
50+
- Summary
51+
* - `#2701`_
52+
- ---
53+
- ---
54+
- Docker image is not pushing other than latest tags correctly
55+
56+
Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av16.0.2>`__.
57+
58+
.. _#2701: https://github.com/MarketSquare/robotframework-browser/issues/2701

0 commit comments

Comments
 (0)