@@ -4,26 +4,25 @@ Robot Framework 3.0.2
4
4
5
5
.. default-role :: code
6
6
7
- Robot Framework 3.0.2 is the second and hopefully last minor release in the
8
- Robot Framework 3.0.x series. The main motivation for this releases is fixing
9
- a performance regression with evaluating expressions using some BuiltIn
10
- keywords occurring since RF 2.9 (`#2523 `_), but there are also few other
11
- fixes and several nice enhancements.
7
+ Robot Framework 3.0.2 is the second minor release in the Robot Framework 3.0.x
8
+ series. The main motivation for this releases is fixing a performance regression
9
+ with evaluating expressions using some BuiltIn keywords occurring since RF 2.9
10
+ (`#2523 `_), but there are also some other fixes and several nice enhancements.
12
11
13
12
Questions and comments related to the release can be sent to the
14
13
`robotframework-users <http://groups.google.com/group/robotframework-users >`_
15
- and possible bugs ` submitted to the issue tracker
14
+ mailing list and possible bugs submitted to the ` issue tracker
16
15
<https://github.com/robotframework/robotframework/issues> `__.
17
16
18
17
If you have `pip <http://pip-installer.org >`_ installed, just run
19
- `pip install --upgrade robotframework ` to install or upgrade to the latest
20
- version or use `pip install robotframework==3.0.2 ` to install exactly
18
+ `pip install --upgrade robotframework ` to install the latest
19
+ release or use `pip install robotframework==3.0.2 ` to install exactly
21
20
this version. Alternatively you can download the source distribution from
22
21
`PyPI <https://pypi.python.org/pypi/robotframework >`_ and install it manually.
23
22
For more details and other installation approaches, see the `installation
24
23
instructions <../../INSTALL.rst> `_.
25
24
26
- Robot Framework 3.0.2 will be released on Monday February 13, 2017.
25
+ Robot Framework 3.0.2 was released on Monday February 13, 2017.
27
26
28
27
.. contents ::
29
28
:depth: 2
@@ -58,8 +57,8 @@ Acknowledgements
58
57
59
58
This release has been sponsored by the `Robot Framework Foundation `_.
60
59
Additionally Nokia Networks has been sponsoring the work related to
61
- performance enhancements. Thanks also for `@cjnewman `__ for registering
62
- the Remote Protocol default port.
60
+ performance enhancements. Thanks also for `@cjnewman `__ for getting
61
+ the Remote Protocol default port registered .
63
62
64
63
__ https://github.com/cjnewman
65
64
0 commit comments