Skip to content

Commit 3d814cd

Browse files
committed
2.0.0 to 2.0.1
1 parent c0add17 commit 3d814cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/PythonLibCore-2.0.0.rst renamed to docs/PythonLibCore-2.0.1.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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
1111
a new release with support of Robot Framework 3.2 dynamic library API
1212
changes.
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
1515
from the `issue tracker`_.
1616

1717
If 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

2929
to install exactly this version. Alternatively you can download the source
3030
distribution 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
3333
supports Python 2.7 and 3.6+ and Robot Framework 3.1.2+. This is last release
3434
which 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

Comments
 (0)