File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Creating distributions
188
188
twine upload dist/*
189
189
190
190
5. Verify that project the page at `PyPI
191
- <https://pypi.org/project/robotframework-pythontlibcore /> `_
191
+ <https://pypi.org/project/robotframework-pythonlibcore /> `_
192
192
looks good.
193
193
194
194
6. Test installation (add ``--pre `` with pre-releases)::
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ to install the latest available release or use
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.1was released on Sunday April 26, 2020. PythonLibCore
32
+ PythonLibCore 2.0.1 was 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
- .. _PyPI : https://pypi.python. org/pypi /robotframework-pythontlibcore
39
+ .. _PyPI : https://pypi.org/project /robotframework-pythonlibcore/
40
40
.. _issue tracker : https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.1
41
41
42
42
Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ to install the latest available release or use
30
30
to install exactly this version. Alternatively you can download the source
31
31
distribution from PyPI _ and install it manually.
32
32
33
- SeleniumLibrary 2.0.2 was released on Sunday April 26, 2020.
33
+ PythonLibCore 2.0.2 was released on Sunday April 26, 2020. PythonLibCore
34
+ supports Python 2.7 and 3.6+ and Robot Framework 3.1.2+. This is last release
35
+ which contains new development for Python 2.7 and users should migrate to Python 3.
34
36
35
37
.. _PythonLibCore : https://github.com/robotframework/PythonLibCore
36
38
.. _Robot Framework : http://robotframework.org
37
39
.. _pip : http://pip-installer.org
38
- .. _PyPI : https://pypi.python. org/pypi /robotframework-robotlibcore
40
+ .. _PyPI : https://pypi.org/project /robotframework-pythonlibcore/
39
41
.. _issue tracker : https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.2
40
42
41
43
You can’t perform that action at this time.
0 commit comments