Skip to content

Commit

Permalink
Bump to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Oct 14, 2021
1 parent b4a3c71 commit 64b6285
Show file tree
Hide file tree
Showing 5 changed files with 1,750 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.0.0"
__version__ = "9.0.1"
63 changes: 63 additions & 0 deletions docs/releasenotes/Browser-9.0.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
=====================
Browser library 9.0.1
=====================


.. default-role:: code


Browser_ is a web testing library for `Robot Framework`_ that utilizes
the Playwright_ tool internally. Browser library 9.0.1 is a new release with
**UPDATE** enhancements and bug fixes.
All issues targeted for Browser library v9.0.1 can be found
from the `issue tracker`_.
If you have pip_ installed, just run
::
pip install --upgrade robotframework-browser
rfbrowser init
to install the latest available release or use
::
pip install robotframework-browser==9.0.1
rfbrowser init
to install exactly this version. Alternatively you can download the source
distribution from PyPI_ and install it manually.
Browser library 9.0.1 was released on Thursday October 14, 2021. Browser supports
Python 3.7+, Node 12/14 LTS and Robot Framework 3.2+. Library was
tested with Playwright 1.15.2

.. _Robot Framework: http://robotframework.org
.. _Browser: https://github.com/MarketSquare/robotframework-browser
.. _Playwright: https://github.com/microsoft/playwright
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-browser
.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones%3Av9.0.1


.. contents::
:depth: 2
:local:

Most important enhancements
===========================
FIXED issue:

- After executing rfbrowser clean node, rfbrowser init is not possible anymore (`#1390`_)

Full list of fixes and enhancements
===================================

.. list-table::
:header-rows: 1

* - ID
- Type
- Priority
- Summary
* - `#1390`_
- bug
- critical
- After executing rfbrowser clean node, rfbrowser init is not possible anymore

Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av9.0.1>`__.

.. _#1390: https://github.com/MarketSquare/robotframework-browser/issues/1390
Loading

0 comments on commit 64b6285

Please sign in to comment.