Skip to content

Commit 68aa615

Browse files
committed
Release notes for 4.5.1
1 parent 67a9607 commit 68aa615

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

docs/PythonLibCore-4.5.1.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Python Library Core 4.5.1
2+
3+
4+
[Python Library Core](https://github.com/robotframework/PythonLibCore)
5+
is a generic component making it easier to create bigger
6+
[Robot Framework](http://robotframework.org) test libraries. Python Library Core
7+
4.5.1 is a new hotfix release with fixes bug in opening localization files.
8+
9+
All issues targeted for Python Library Core v4.5.1 can be found
10+
from the
11+
[issue tracker](https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.5.1).
12+
13+
If you have pip_ installed, just run
14+
15+
::
16+
17+
pip install --upgrade pip install robotframework-pythonlibcore
18+
19+
to install the latest available release or use
20+
21+
::
22+
23+
pip install pip install robotframework-pythonlibcore==4.5.1
24+
25+
to install exactly this version. Alternatively you can download the source
26+
distribution from PyPI_ and install it manually.
27+
28+
Python Library Core 4.5.1 was released on Thursday May 14, 2026.
29+
30+
31+
## Most important enhancements
32+
33+
34+
### Specify UTF-8 encoding for translation file opening ([#172](https://github.com/robotframework/PythonLibCore/issues/172))
35+
There was bug when opening localization files with wrong encoding at Windows.
36+
This is now fixed. Many thanks for Yuri Verweij for providing fix to the problem.
37+
38+
## Full list of fixes and enhancements
39+
40+
| ID | Type | Priority | Summary |
41+
|---|---|---|---|
42+
| [#172](https://github.com/robotframework/PythonLibCore/issues/172) | bug | high | Specify UTF-8 encoding for translation file opening |
43+
44+
Altogether 1 issue. View on the [issue tracker](https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.5.1).

0 commit comments

Comments
 (0)