|
| 1 | +===================== |
| 2 | +Robot Framework 7.2.2 |
| 3 | +===================== |
| 4 | + |
| 5 | +.. default-role:: code |
| 6 | + |
| 7 | +`Robot Framework`_ 7.2.2 is the second and the last planned bug fix release |
| 8 | +in the Robot Framework 7.2.x series. It fixes a mistake made when releasing |
| 9 | +`Robot Framework 7.2.1 <rf-7.2.1.rst>`_. |
| 10 | + |
| 11 | +Questions and comments related to the release can be sent to the `#devel` |
| 12 | +channel on `Robot Framework Slack`_ and possible bugs submitted to |
| 13 | +the `issue tracker`_. |
| 14 | + |
| 15 | +If you have pip_ installed, just run |
| 16 | + |
| 17 | +:: |
| 18 | + |
| 19 | + pip install --pre --upgrade robotframework |
| 20 | + |
| 21 | +to install the latest available release or use |
| 22 | + |
| 23 | +:: |
| 24 | + |
| 25 | + pip install robotframework==7.2.2 |
| 26 | + |
| 27 | +to install exactly this version. Alternatively you can download the package |
| 28 | +from PyPI_ and install it manually. For more details and other installation |
| 29 | +approaches, see the `installation instructions`_. |
| 30 | + |
| 31 | +Robot Framework 7.2.2 was released on Friday February 7, 2025. |
| 32 | + |
| 33 | +.. _Robot Framework: http://robotframework.org |
| 34 | +.. _Robot Framework Foundation: http://robotframework.org/foundation |
| 35 | +.. _pip: http://pip-installer.org |
| 36 | +.. _PyPI: https://pypi.python.org/pypi/robotframework |
| 37 | +.. _issue tracker milestone: https://github.com/robotframework/robotframework/issues?q=milestone%3Av7.2.2 |
| 38 | +.. _issue tracker: https://github.com/robotframework/robotframework/issues |
| 39 | +.. _robotframework-users: http://groups.google.com/group/robotframework-users |
| 40 | +.. _Slack: http://slack.robotframework.org |
| 41 | +.. _Robot Framework Slack: Slack_ |
| 42 | +.. _installation instructions: ../../INSTALL.rst |
| 43 | + |
| 44 | +.. contents:: |
| 45 | + :depth: 2 |
| 46 | + :local: |
| 47 | + |
| 48 | +Acknowledgements |
| 49 | +================ |
| 50 | + |
| 51 | +Robot Framework development is sponsored by the `Robot Framework Foundation`_ |
| 52 | +and its over 70 member organizations. If your organization is using Robot Framework |
| 53 | +and benefiting from it, consider joining the foundation to support its development |
| 54 | +as well. |
| 55 | + |
| 56 | +Big thanks to the Foundation and to everyone who has submitted bug reports, debugged |
| 57 | +problems, or otherwise helped with Robot Framework development. |
| 58 | + |
| 59 | +| `Pekka Klärck <https://github.com/pekkaklarck>`_ |
| 60 | +| Robot Framework lead developer |
| 61 | +
|
| 62 | +Full list of fixes and enhancements |
| 63 | +=================================== |
| 64 | + |
| 65 | +.. list-table:: |
| 66 | + :header-rows: 1 |
| 67 | + |
| 68 | + * - ID |
| 69 | + - Type |
| 70 | + - Priority |
| 71 | + - Summary |
| 72 | + * - `#5329`_ |
| 73 | + - bug |
| 74 | + - medium |
| 75 | + - New Libdoc language selection button does not work well on mobile |
| 76 | + |
| 77 | +Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/robotframework/issues?q=milestone%3Av7.2.2>`__. |
| 78 | + |
| 79 | +.. _#5329: https://github.com/robotframework/robotframework/issues/5329 |
0 commit comments