diff --git a/README.adoc b/README.adoc index db960f7da..539713cfe 100644 --- a/README.adoc +++ b/README.adoc @@ -31,7 +31,7 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride **Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7** -**The current development version is based on 2.0.8.1, supports Python from 3.8 up to 3.12 (09th February 2024).** +**The current development version is based on 2.1a3, supports Python from 3.8 up to 3.12 (29th July 2024).** Currently the unit tests are tested on Python 3.10, and 3.12 (which is the recommended version). Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work with 4.0.7 and 4.1.1 versions. @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work w `pip install -U robotframework-ride` -(3.8 <= python <= 3.12) Install current development version (**2.1a3**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev61**) with: `pip install -U https://github.com/robotframework/RIDE/archive/master.zip` diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index ee9a11494..734898510 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -152,12 +152,13 @@ def set_content(self, html_win, content):

RIDE (Robot Framework IDE) {VERSION} is a new release with important enhancements and bug fixes. The reference for valid arguments is Robot Framework installed version, which is at this - moment 7.0.1rc1. However, internal library code is originally based on version 3.1.2, but adapted for new versions.

+ moment 7.0.1. However, internal library code is originally based on version 3.1.2, but adapted for new versions.