Skip to content

Commit 7c66fbb

Browse files
committed
Release notes for 4.1.2
1 parent 77cac53 commit 7c66fbb

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

docs/PythonLibCore-4.1.2.rst

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
=========================
2+
Python Library Core 4.1.2
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.1.2 is
11+
a new hotfix release with bug fixes for handling named only arguments
12+
default values.
13+
14+
All issues targeted for Python Library Core v4.1.2 can be found
15+
from the `issue tracker`_.
16+
17+
If you have pip_ installed, just run
18+
19+
::
20+
21+
pip install --upgrade pip install robotframework-pythonlibcore
22+
23+
to install the latest available release or use
24+
25+
::
26+
27+
pip install pip install robotframework-pythonlibcore==4.1.2
28+
29+
to install exactly this version. Alternatively you can download the source
30+
distribution from PyPI_ and install it manually.
31+
32+
Python Library Core 4.1.2 was released on Saturday February 18, 2023.
33+
34+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
35+
.. _Robot Framework: http://robotframework.org
36+
.. _pip: http://pip-installer.org
37+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
38+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.2
39+
40+
41+
.. contents::
42+
:depth: 2
43+
:local:
44+
45+
Full list of fixes and enhancements
46+
===================================
47+
48+
.. list-table::
49+
:header-rows: 1
50+
51+
* - ID
52+
- Type
53+
- Priority
54+
- Summary
55+
56+
Altogether 0 issues. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.2>`__.
57+

0 commit comments

Comments
 (0)