11=========================
2- Python Library Core 2.0.0
2+ Python Library Core 2.0.1
33=========================
44
55
66.. default-role :: code
77
88
99`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
1111a new release with support of Robot Framework 3.2 dynamic library API
1212changes.
1313
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
1515from the `issue tracker `_.
1616
1717If you have pip _ installed, just run
@@ -24,20 +24,20 @@ to install the latest available release or use
2424
2525::
2626
27- pip install robotframework-robotlibcore==2.0.0
27+ pip install robotframework-robotlibcore==2.0.1
2828
2929to install exactly this version. Alternatively you can download the source
3030distribution from PyPI _ and install it manually.
3131
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
3333supports Python 2.7 and 3.6+ and Robot Framework 3.1.2+. This is last release
3434which contains new development for Python 2.7 and users should migrate to Python 3.
3535
3636.. _PythonLibCore : https://github.com/robotframework/PythonLibCore
3737.. _Robot Framework : http://robotframework.org
3838.. _pip : http://pip-installer.org
3939.. _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
4141
4242
4343.. contents ::
@@ -126,7 +126,7 @@ Full list of fixes and enhancements
126126 - ---
127127 - Packaging
128128
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 >`__.
130130
131131.. _#10 : https://github.com/robotframework/PythonLibCore/issues/10
132132.. _#26 : https://github.com/robotframework/PythonLibCore/issues/26
0 commit comments