Skip to content

Commit 7367d9b

Browse files
committed
Verson 1.4.1
1 parent 1d369ae commit 7367d9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/robotide/application/releasenotes.py

Lines changed: 1 addition & 1 deletion
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.1b2</h2>
89+
<h2>Release notes for 1.4.1</h2>
9090
<table border="1">
9191
<tr>
9292
<td><p><b>ID</b></p></td>

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-07-24'
2+
VERSION = '1.4.1'
33

0 commit comments

Comments
 (0)