You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releasenotes/ride-2.0b3.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
`RIDE (Robot Framework IDE)`_ v2.0b3 is a new release with major enhancements and bug fixes.
2
-
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is `Robot Framework`_ installed version, which is at this moment 5.0.1. However, internal library is based on version 3.1.2, to keep compatibility with old formats.
2
+
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is `Robot Framework`_ installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.
3
3
4
4
* This is the **first version without support for Python 2.7**.
5
5
* The last version with support for Python 2.7 was **1.7.4.2**.
@@ -90,7 +90,7 @@ You can then go to `Tools>Create RIDE Desktop Shortcut`, or run the shortcut cre
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> v2.0b3 is a new release with major enhancements and bug fixes.
141
-
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 5.0.1. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
141
+
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
142
142
<ul class="simple">
143
143
<li>This is the <strong>first version without support for Python 2.7</strong>.</li>
144
144
<li>The last version with support for Python 2.7 was <strong>1.7.4.2</strong>.</li>
<p>Important document for helping with development is the <a class="reference external" href="https://github.com/robotframework/RIDE/blob/master/CONTRIBUTING.adoc">CONTRIBUTING.adoc</a>.</p>
204
+
<p>Important document for helping with development is the <cite>CONTRIBUTING.adoc_</cite>.</p>
205
205
<p>See the <a class="reference external" href="https://github.com/robotframework/RIDE/wiki/F.A.Q.">FAQ</a> for important info about <cite>: FOR</cite> changes and other known issues and workarounds.</p>
Copy file name to clipboardExpand all lines: tasks.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
41
41
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> {version} is a new release with major enhancements
42
42
and bug fixes. This version {version} includes removal of Python 2.7 support.
43
-
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 5.0.1. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
43
+
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
44
44
<!-- <strong>MORE intro stuff...</strong>-->
45
45
</p>
46
46
<ul class="simple">
@@ -79,7 +79,7 @@
79
79
</ul>
80
80
<p>Please note, that the features and fixes are not yet closed. This pre-release is being done because it has important fixes.
81
81
</p>
82
-
<p><strong>wxPython will be updated to version 4.1.2</strong></p>
82
+
<p><strong>wxPython will be updated to version 4.2.0</strong></p>
83
83
<p><em>Linux users are advised to install first wxPython from .whl package at</em> <a class="reference external" href="https://extras.wxpython.org/wxPython4/extras/linux/gtk3/">wxPython.org</a>.</p>
84
84
<!-- <p><strong>REMOVE reference to tracker if release notes contain all issues.</strong></p>-->
0 commit comments