Skip to content

Commit d3f75a8

Browse files
committed
Verson 1.5 alpha 1
1 parent 41489f5 commit d3f75a8

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

src/robotide/application/releasenotes.py

Lines changed: 5 additions & 29 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.1</h2>
89+
<h2>Release notes for 1.5a1</h2>
9090
<table border="1">
9191
<tr>
9292
<td><p><b>ID</b></p></td>
@@ -95,35 +95,11 @@ def _create_view(self):
9595
<td><p><b>Summary</b></p></td>
9696
</tr>
9797
<tr>
98-
<td><a href="http://github.com/robotframework/RIDE/issues/1476">Issue 1476</a></td>
99-
<td>bug</td>
100-
<td>high</td>
101-
<td>Standard library imports may fail if a different major version of RF is installed </td>
102-
</tr>
103-
<tr>
104-
<td><a href="http://github.com/robotframework/RIDE/issues/1473">Issue 1473</a></td>
98+
<td><a href="http://github.com/robotframework/RIDE/issues/1445">Issue 1445</a></td>
10599
<td>enhancement</td>
106-
<td>medium</td>
107-
<td>Change file opening dialogs to filter primarily by default file format</td>
108-
</tr>
109-
<tr>
110-
<td><a href="http://github.com/robotframework/RIDE/issues/1484">Issue 1484</a></td>
111-
<td>bug</td>
112-
<td>low</td>
113-
<td>PyDeadObjectError is thrown when preferences dialog is closed in Windows</td>
114-
</tr>
115-
<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>
122-
<td><a href="http://github.com/robotframework/RIDE/issues/1469">Issue 1469</a></td>
123-
<td>bug</td>
124-
<td>low</td>
125-
<td>iCCP: known incorrect sRGB profile error shown in terminal</td>
100+
<td>critical</td>
101+
<td>Support RF 2.9</td>
126102
</tr>
127103
</table>
128-
<p>Altogether 5 issues.</p>
104+
<p>Altogether 1 issues.</p>
129105
"""

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 = 'devel-2015-08-13'
2+
VERSION = '1.5a1'
33

0 commit comments

Comments
 (0)