Robot Framework Integrated Development Environment (RIDE)
robotide.application.releasenotes Namespace Reference

Classes

class  ReleaseNotes
 Shows release notes of the current version. More...
 

Variables

 date = time.strftime('%d/%m/%Y', time.localtime(os.path.getmtime(__file__)))
 
 milestone = re.split('[ab-]', VERSION)[0]
 
string RELEASE_NOTES
 
 version = VERSION
 
string WELCOME_TEXT
 

Variable Documentation

◆ date

robotide.application.releasenotes.date = time.strftime('%d/%m/%Y', time.localtime(os.path.getmtime(__file__)))

Definition at line 117 of file releasenotes.py.

◆ milestone

robotide.application.releasenotes.milestone = re.split('[ab-]', VERSION)[0]

Definition at line 119 of file releasenotes.py.

◆ RELEASE_NOTES

string robotide.application.releasenotes.RELEASE_NOTES

Definition at line 141 of file releasenotes.py.

◆ version

robotide.application.releasenotes.version = VERSION

Definition at line 118 of file releasenotes.py.

◆ WELCOME_TEXT

string robotide.application.releasenotes.WELCOME_TEXT
Initial value:
1 = f"""
2 <h2>Welcome to use RIDE version {version}</h2>
3 
4 <p>Thank you for using the <a href="https://robotframework.org/">Robot Framework</a> IDE (RIDE).</p>
5 
6 <p>Visit RIDE on the web:</p>
7 
8 <ul>
9  <li><a href="https://github.com/robotframework/RIDE">
10  RIDE project page on github</a></li>
11  <li><a href="https://github.com/robotframework/RIDE/wiki/Installation-Instructions">
12  Installation instructions</a></li>
13  <li><a href="https://github.com/robotframework/RIDE/releases">
14  Release notes</a></li>
15 </ul>
16 """

Definition at line 121 of file releasenotes.py.