File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def _create_view(self):
8686# Release notes are updated automatically by package.py script whenever
8787# a numbered distribution is created.
8888RELEASE_NOTES = """
89- <h2>Release notes for 1.4.1b1 </h2>
89+ <h2>Release notes for 1.4.1b2 </h2>
9090<table border="1">
9191<tr>
9292<td><p><b>ID</b></p></td>
@@ -113,11 +113,17 @@ def _create_view(self):
113113<td>PyDeadObjectError is thrown when preferences dialog is closed in Windows</td>
114114</tr>
115115<tr>
116+ <td><a href="http://github.com/robotframework/RIDE/issues/1481">Issue 1481</a></td>
117+ <td>bug</td>
118+ <td>low</td>
119+ <td>Misleading error message when run with wxPython3</td>
120+ </tr>
121+ <tr>
116122<td><a href="http://github.com/robotframework/RIDE/issues/1469">Issue 1469</a></td>
117123<td>bug</td>
118124<td>low</td>
119125<td>iCCP: known incorrect sRGB profile error shown in terminal</td>
120126</tr>
121127</table>
122- <p>Altogether 4 issues.</p>
128+ <p>Altogether 5 issues.</p>
123129"""
Original file line number Diff line number Diff line change 11# Automatically generated by `pavement.py`.
2- VERSION = '1.4.1b1 '
2+ VERSION = '1.4.1b2 '
33
You can’t perform that action at this time.
0 commit comments