-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
========================= | ||
Python Library Core 4.1.2 | ||
========================= | ||
|
||
|
||
.. default-role:: code | ||
|
||
|
||
`Python Library Core`_ is a generic component making it easier to create | ||
bigger `Robot Framework`_ test libraries. Python Library Core 4.1.2 is | ||
a new hotfix release with bug fixes for handling named only arguments | ||
default values. | ||
|
||
All issues targeted for Python Library Core v4.1.2 can be found | ||
from the `issue tracker`_. | ||
|
||
If you have pip_ installed, just run | ||
|
||
:: | ||
|
||
pip install --upgrade pip install robotframework-pythonlibcore | ||
|
||
to install the latest available release or use | ||
|
||
:: | ||
|
||
pip install pip install robotframework-pythonlibcore==4.1.2 | ||
|
||
to install exactly this version. Alternatively you can download the source | ||
distribution from PyPI_ and install it manually. | ||
|
||
Python Library Core 4.1.2 was released on Saturday February 18, 2023. | ||
|
||
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore | ||
.. _Robot Framework: http://robotframework.org | ||
.. _pip: http://pip-installer.org | ||
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore | ||
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.2 | ||
|
||
|
||
.. contents:: | ||
:depth: 2 | ||
:local: | ||
|
||
Full list of fixes and enhancements | ||
=================================== | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - ID | ||
- Type | ||
- Priority | ||
- Summary | ||
|
||
Altogether 0 issues. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.1.2>`__. | ||
|