diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index bdd02dc85..a9bb93e3d 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -86,7 +86,7 @@ def _create_view(self): # Release notes are updated automatically by package.py script whenever # a numbered distribution is created. RELEASE_NOTES = """ -

Release notes for 1.4.1b1

+

Release notes for 1.4.1b2

@@ -113,11 +113,17 @@ def _create_view(self): + + + + + +

ID

PyDeadObjectError is thrown when preferences dialog is closed in Windows
Issue 1481buglowMisleading error message when run with wxPython3
Issue 1469 bug low iCCP: known incorrect sRGB profile error shown in terminal
-

Altogether 4 issues.

+

Altogether 5 issues.

""" diff --git a/src/robotide/version.py b/src/robotide/version.py index 36db916c3..a3ed15eee 100644 --- a/src/robotide/version.py +++ b/src/robotide/version.py @@ -1,3 +1,3 @@ # Automatically generated by `pavement.py`. -VERSION = '1.4.1b1' +VERSION = '1.4.1b2' \ No newline at end of file