Skip to content

Commit

Permalink
Version 1.4.1 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanne committed Jul 24, 2015
1 parent 702bb03 commit cb3e1d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions src/robotide/application/releasenotes.py
Expand Up @@ -86,7 +86,7 @@ def _create_view(self):
# Release notes are updated automatically by package.py script whenever
# a numbered distribution is created.
RELEASE_NOTES = """
<h2>Release notes for 1.4.1b1</h2>
<h2>Release notes for 1.4.1b2</h2>
<table border="1">
<tr>
<td><p><b>ID</b></p></td>
Expand All @@ -113,11 +113,17 @@ def _create_view(self):
<td>PyDeadObjectError is thrown when preferences dialog is closed in Windows</td>
</tr>
<tr>
<td><a href="http://github.com/robotframework/RIDE/issues/1481">Issue 1481</a></td>
<td>bug</td>
<td>low</td>
<td>Misleading error message when run with wxPython3</td>
</tr>
<tr>
<td><a href="http://github.com/robotframework/RIDE/issues/1469">Issue 1469</a></td>
<td>bug</td>
<td>low</td>
<td>iCCP: known incorrect sRGB profile error shown in terminal</td>
</tr>
</table>
<p>Altogether 4 issues.</p>
<p>Altogether 5 issues.</p>
"""
2 changes: 1 addition & 1 deletion src/robotide/version.py
@@ -1,3 +1,3 @@
# Automatically generated by `pavement.py`.
VERSION = '1.4.1b1'
VERSION = '1.4.1b2'

0 comments on commit cb3e1d7

Please sign in to comment.