We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d369ae commit 7367d9bCopy full SHA for 7367d9b
src/robotide/application/releasenotes.py
@@ -86,7 +86,7 @@ def _create_view(self):
86
# Release notes are updated automatically by package.py script whenever
87
# a numbered distribution is created.
88
RELEASE_NOTES = """
89
-<h2>Release notes for 1.4.1b2</h2>
+<h2>Release notes for 1.4.1</h2>
90
<table border="1">
91
<tr>
92
<td><p><b>ID</b></p></td>
src/robotide/version.py
@@ -1,3 +1,3 @@
1
# Automatically generated by `pavement.py`.
2
-VERSION = 'devel-2015-07-24'
+VERSION = '1.4.1'
3
0 commit comments