Skip to content

Commit 31c8903

Browse files
committed
Version 1.5.2.1
1 parent ff0b498 commit 31c8903

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

src/robotide/application/releasenotes.py

Lines changed: 5 additions & 17 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.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
"""

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-26'
2+
VERSION = '1.5.2.1'

0 commit comments

Comments
 (0)