Skip to content

Commit ab95eb4

Browse files
committed
Release notes for 2.0.2
1 parent e49a9a5 commit ab95eb4

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

docs/PythonLibCore-2.0.2.rst

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
=========================
2+
Python Library Core 2.0.2
3+
=========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
RELEASE NOTES TEMPLATE TODO
10+
11+
`Python Library Core`_ is a generic component making it easier to create
12+
bigger `Robot Framework`_ test libraries. Python Library Core 2.0.2 is
13+
a new release with fixed package name in PyPi
14+
15+
All issues targeted for Python Library Core v2.0.2 can be found
16+
from the `issue tracker`_.
17+
18+
If you have pip_ installed, just run
19+
20+
::
21+
22+
pip install --upgrade robotframework-robotlibcore
23+
24+
to install the latest available release or use
25+
26+
::
27+
28+
pip install robotframework-robotlibcore==2.0.2
29+
30+
to install exactly this version. Alternatively you can download the source
31+
distribution from PyPI_ and install it manually.
32+
33+
SeleniumLibrary 2.0.2 was released on Sunday April 26, 2020.
34+
35+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
36+
.. _Robot Framework: http://robotframework.org
37+
.. _pip: http://pip-installer.org
38+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
39+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.2
40+
41+
42+
.. contents::
43+
:depth: 2
44+
:local:
45+
46+
Most important enhancements
47+
===========================
48+
49+
Fix package name in PyPi (`#50`_)
50+
---------------------------------
51+
Published with wrong name to PyPi, this is not fixed. Other vice same release as 2.0.1.
52+
53+
Full list of fixes and enhancements
54+
===================================
55+
56+
.. list-table::
57+
:header-rows: 1
58+
59+
* - ID
60+
- Type
61+
- Priority
62+
- Summary
63+
* - `#50`_
64+
- bug
65+
- critical
66+
- Fix package name in PyPi
67+
68+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.2>`__.
69+
70+
.. _#50: https://github.com/robotframework/PythonLibCore/issues/50

0 commit comments

Comments
 (0)