Skip to content

Commit 4e7857e

Browse files
Update v1.7.4b1 (#1987)
1 parent c60174d commit 4e7857e

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

BUILD.rest

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,22 @@ wxPython
3939
Version 2.8.12.1 of wxPython__ was the last for the 2 series.
4040
Together with version 3.0.2, they are called the wxPython Classic.
4141

42-
The current version of wxPython is 4.0.4 and was called wxPhoenix.
42+
The current version of wxPython is 4.0.6 and was called wxPhoenix.
4343

4444
RIDE on Python 2.7 still runs with any version of those Classic or wxPhoenix.
4545
On Python 3.6+, only wxPhoenix is supported (and in the future we will only
4646
support those).
4747

48-
**VERSION 1.7.4 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <4.0.4**
48+
**VERSION 1.7.4 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3**
49+
50+
**wxPython will be updated to current version 4.0.6**
4951

5052
For testing purposes, users can select which version to use, by creating the
5153
file ``wx.pth`` containing the directory name of the wxPython to use. That
5254
directory must contain the two wxPython directories (moved into)::
5355

54-
ls -cF /usr/lib/python2.7/site-packages/wx-4.0.4
55-
wxPython-4.0.4.dist-info/
56+
ls -cF /usr/lib/python2.7/site-packages/wx-4.0.6
57+
wxPython-4.0.6.dist-info/
5658
wx/
5759
5860
Example::
@@ -64,6 +66,7 @@ Example::
6466
# wx-4.0.2
6567
# wx-4.0.3
6668
# wx-4.0.4
69+
# wx-4.0.6
6770

6871

6972
It is highly recommended, if you want to program with wxPython to download and
@@ -143,7 +146,7 @@ Releasing
143146

144147
* Release notes in markdown format can be created with::
145148

146-
> invoke release_notes
149+
> invoke release-notes
147150

148151
* Prepare source package::
149152

doc/releasenotes/ride-1.7.4.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========================
1+
===========================
22
Robot Framework IDE 1.7.4b1
3-
=========================
3+
===========================
44

55

66
.. default-role:: code
@@ -12,6 +12,10 @@ The reference for valid arguments is `Robot Framework`_ version 3.1.2.
1212

1313
**THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7**
1414

15+
**wxPython will be updated to current version 4.0.6**
16+
17+
*Linux users are advised to install first wxPython from .whl package at* `wxPython.org`_.
18+
1519
All issues targeted for **final** RIDE v1.7.4 can be found
1620
from the `issue tracker milestone`_.
1721

@@ -50,15 +54,16 @@ RIDE 1.7.4b1 was released on Wednesday August 28, 2019.
5054
.. _issue tracker: https://github.com/robotframework/RIDE/issues
5155
.. _robotframework-users: http://groups.google.com/group/robotframework-users
5256
.. _Robot Framework Slack: https://robotframework-slack-invite.herokuapp.com
53-
.. _installation instructions: ../../INSTALL.rst
57+
.. _installation instructions: ../../BUILD.rst
58+
.. _wxPython.org: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
5459

5560

5661
.. contents::
5762
:depth: 2
5863
:local:
5964

6065
Full list of **expected** fixes and enhancements (**will be updated until final version**)
61-
=========================================
66+
==========================================================================================
6267

6368
.. list-table::
6469
:header-rows: 1

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616
# Automatically generated by `tasks.py`.
17-
VERSION = '1.7.4b1dev2'
17+
VERSION = '1.7.4b1'

0 commit comments

Comments
 (0)