File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed
Expand file tree Collapse file tree 2 files changed +6
-18
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.5.2</h2>
89+ <h2>Release notes for 1.5.2.1 </h2>
9090<table border="1">
9191<tr>
9292<td><p><b>ID</b></p></td>
@@ -95,23 +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/1529 ">Issue 1529 </a></td>
98+ <td><a href="http://github.com/robotframework/RIDE/issues/1577 ">Issue 1577 </a></td>
9999<td>bug</td>
100- <td>medium</td>
101- <td>Using '(De)select all tests' option will expand all nodes</td>
102- </tr>
103- <tr>
104- <td><a href="http://github.com/robotframework/RIDE/issues/1527">Issue 1527</a></td>
105- <td>enhancement</td>
106- <td>medium</td>
107- <td>Tag list sort by name in View all tags.</td>
108- </tr>
109- <tr>
110- <td><a href="http://github.com/robotframework/RIDE/issues/1224">Issue 1224</a></td>
111- <td>enhancement</td>
112- <td>medium</td>
113- <td>Keyword auto complete doesn't work when prefixed with Given, Then, And or When</td>
100+ <td>critical</td>
101+ <td>RIDE 1.5.2 does not work with wxPython 2.8.12.1</td>
114102</tr>
115103</table>
116- <p>Altogether 3 issues.</p>
104+ <p>Altogether 1 issues.</p>
117105"""
Original file line number Diff line number Diff line change 11# Automatically generated by `tasks.py`.
2- VERSION = 'devel-2016-01-26 '
2+ VERSION = '1.5.2.1 '
You can’t perform that action at this time.
0 commit comments