Skip to content

Commit 068baf4

Browse files
committed
Release notes for 4.3.0
1 parent 4628ad5 commit 068baf4

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

docs/PythonLibCore-4.3.0.rst

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
=========================
2+
Python Library Core 4.3.0
3+
=========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
`Python Library Core`_ is a generic component making it easier to create
10+
bigger `Robot Framework`_ test libraries. Python Library Core 4.3.0 is
11+
a new release with support of Robot Framework 7.0 and return type hints.
12+
13+
All issues targeted for Python Library Core v4.3.0 can be found
14+
from the `issue tracker`_.
15+
16+
::
17+
18+
pip install --upgrade pip install robotframework-pythonlibcore
19+
20+
to install the latest available release or use
21+
22+
::
23+
24+
pip install pip install robotframework-pythonlibcore==4.3.0
25+
26+
to install exactly this version. Alternatively you can download the source
27+
distribution from PyPI_ and install it manually.
28+
29+
Python Library Core 4.3.0 was released on Sunday November 19, 2023.
30+
31+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
32+
.. _Robot Framework: http://robotframework.org
33+
.. _pip: http://pip-installer.org
34+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
35+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.3.0
36+
37+
38+
.. contents::
39+
:depth: 2
40+
:local:
41+
42+
Most important enhancements
43+
===========================
44+
45+
Support RF 7.0 (`#135`_)
46+
------------------------
47+
THis release supports FF 7 return type hints.
48+
49+
Full list of fixes and enhancements
50+
===================================
51+
52+
.. list-table::
53+
:header-rows: 1
54+
55+
* - ID
56+
- Type
57+
- Priority
58+
- Summary
59+
* - `#135`_
60+
- enhancement
61+
- high
62+
- Support RF 7.0
63+
64+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.3.0>`__.
65+
66+
.. _#135: https://github.com/robotframework/PythonLibCore/issues/135

0 commit comments

Comments
 (0)