1
1
=========================
2
- Python Library Core 2.0.0
2
+ Python Library Core 2.0.1
3
3
=========================
4
4
5
5
6
6
.. default-role :: code
7
7
8
8
9
9
`PythonLibraryCore `_ is a generic component making it easier to create
10
- bigger `Robot Framework `_ test libraries. Python Library Core 2.0.0 is
10
+ bigger `Robot Framework `_ test libraries. Python Library Core 2.0.1 is
11
11
a new release with support of Robot Framework 3.2 dynamic library API
12
12
changes.
13
13
14
- All issues targeted for Python Library Core v2.0.0 can be found
14
+ All issues targeted for Python Library Core v2.0.1 can be found
15
15
from the `issue tracker `_.
16
16
17
17
If you have pip _ installed, just run
@@ -24,20 +24,20 @@ to install the latest available release or use
24
24
25
25
::
26
26
27
- pip install robotframework-robotlibcore==2.0.0
27
+ pip install robotframework-robotlibcore==2.0.1
28
28
29
29
to install exactly this version. Alternatively you can download the source
30
30
distribution from PyPI _ and install it manually.
31
31
32
- PythonLibCore 2.0.0 was released on Sunday April 26, 2020. PythonLibCore
32
+ PythonLibCore 2.0.1was released on Sunday April 26, 2020. PythonLibCore
33
33
supports Python 2.7 and 3.6+ and Robot Framework 3.1.2+. This is last release
34
34
which contains new development for Python 2.7 and users should migrate to Python 3.
35
35
36
36
.. _PythonLibCore : https://github.com/robotframework/PythonLibCore
37
37
.. _Robot Framework : http://robotframework.org
38
38
.. _pip : http://pip-installer.org
39
39
.. _PyPI : https://pypi.python.org/pypi/robotframework-pythontlibcore
40
- .. _issue tracker : https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.0
40
+ .. _issue tracker : https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.1
41
41
42
42
43
43
.. contents ::
@@ -126,7 +126,7 @@ Full list of fixes and enhancements
126
126
- ---
127
127
- Packaging
128
128
129
- Altogether 10 issues. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.0 >`__.
129
+ Altogether 10 issues. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.1 >`__.
130
130
131
131
.. _#10 : https://github.com/robotframework/PythonLibCore/issues/10
132
132
.. _#26 : https://github.com/robotframework/PythonLibCore/issues/26
0 commit comments