Skip to content

Commit 7174262

Browse files
Version 2.2.1.1
1 parent b87f42f commit 7174262

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
2525

2626
== **Welcome to the development version of RIDE - next major release will be version 2.3**
2727

28-
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.2.1[release/2.2.1]**
28+
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.2.1.1[release/2.2.1.1]**
2929

30-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.rst[release notes] for latest release version 2.2.1
30+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.1.rst[release notes] for latest release version 2.2.1.1
3131

3232
**Version https://github.com/robotframework/RIDE/tree/release/2.2[2.2] was the last release supporting Python 3.8**
3333

@@ -36,17 +36,17 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
3636
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
3737

3838

39-
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (02nd December 2025).**
39+
**The current development version is based on 2.2.1.1, supports Python from 3.9 up to 3.14 (08th December 2025).**
4040

4141
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
4242
We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.3 and Python 3.14.
4343
Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work with 4.0.7, 4.1.1 and 4.2.2 versions.
4444

45-
(3.9 <= python <= 3.14) Install current released version (*2.2.1*) with:
45+
(3.9 <= python <= 3.14) Install current released version (*2.2.1.1*) with:
4646

4747
`pip install -U robotframework-ride`
4848

49-
(3.9 <= python <= 3.14) Install current development version (**2.2.1**) with:
49+
(3.9 <= python <= 3.14) Install current development version (**2.2.1.1**) with:
5050

5151
`pip install -U https://github.com/robotframework/RIDE/archive/develop.zip`
5252

0 commit comments

Comments
 (0)