Skip to content

Commit 81ddfac

Browse files
committed
Version 1.5.2
1 parent 48a712c commit 81ddfac

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

src/robotide/application/releasenotes.py

Lines changed: 11 additions & 23 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.5.1</h2>
89+
<h2>Release notes for 1.5.2</h2>
9090
<table border="1">
9191
<tr>
9292
<td><p><b>ID</b></p></td>
@@ -95,35 +95,23 @@ 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/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
98+
<td><a href="http://github.com/robotframework/RIDE/issues/1529">Issue 1529</a></td>
9999
<td>bug</td>
100-
<td>high</td>
101-
<td>Error in RIDE startup</td>
102-
</tr>
103-
<tr>
104-
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
105-
<td>bug</td>
106-
<td>high</td>
107-
<td>Problem with opening two ride </td>
108-
</tr>
109-
<tr>
110-
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
111-
<td>bug</td>
112-
<td>high</td>
113-
<td>Should not crash when removing old log files fails</td>
100+
<td>medium</td>
101+
<td>Using '(De)select all tests' option will expand all nodes</td>
114102
</tr>
115103
<tr>
116-
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
117-
<td>bug</td>
104+
<td><a href="http://github.com/robotframework/RIDE/issues/1527">Issue 1527</a></td>
105+
<td>enhancement</td>
118106
<td>medium</td>
119-
<td>It is possible to create suite variables with a blank space before the $, @ or &</td>
107+
<td>Tag list sort by name in View all tags.</td>
120108
</tr>
121109
<tr>
122-
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
123-
<td>bug</td>
110+
<td><a href="http://github.com/robotframework/RIDE/issues/1224">Issue 1224</a></td>
111+
<td>enhancement</td>
124112
<td>medium</td>
125-
<td>Create Dictionary Variable is missing from the tree context menu</td>
113+
<td>Keyword auto complete doesn't work when prefixed with Given, Then, And or When</td>
126114
</tr>
127115
</table>
128-
<p>Altogether 5 issues.</p>
116+
<p>Altogether 3 issues.</p>
129117
"""

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Automatically generated by `tasks.py`.
2-
VERSION = 'devel-2016-01-17'
2+
VERSION = '1.5.2'

0 commit comments

Comments
 (0)