Skip to content

Commit cb3e1d7

Browse files
committed
Version 1.4.1 beta 1
1 parent 702bb03 commit cb3e1d7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/robotide/application/releasenotes.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
8888
RELEASE_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
"""

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Automatically generated by `pavement.py`.
2-
VERSION = '1.4.1b1'
2+
VERSION = '1.4.1b2'
33

0 commit comments

Comments
 (0)