Skip to content

Commit 52d2a98

Browse files
Set development version
1 parent 689afc9 commit 52d2a98

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
3131
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
3232

3333

34-
**The current development version is based on 2.1.3, supports Python from 3.8 up to 3.13 (24th March 2025).**
34+
**The current development version is based on 2.1.4, supports Python from 3.8 up to 3.14 (20th June 2025).**
3535

3636
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
3737
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.a7.
3838
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.
3939

40-
(3.8 <= python <= 3.13) Install current released version (*2.1.4*) with:
40+
(3.8 <= python <= 3.14) Install current released version (*2.1.4*) with:
4141

4242
`pip install -U robotframework-ride`
4343

44-
(3.8 <= python <= 3.13) Install current development version (**2.2dev32**) with:
44+
(3.8 <= python <= 3.14) Install current development version (**2.2dev32**) with:
4545

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/r
3030
**Version [1.7.4.2](https://github.com/robotframework/RIDE/tree/release/1.7.4.2) was the last release supporting Python 2.7**
3131

3232

33-
**The current development version is based on 2.1.3, supports Python from 3.8 up to 3.14 (20th June 2025).**
33+
**The current development version is based on 2.1.4, supports Python from 3.8 up to 3.14 (20th June 2025).**
3434

3535
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
3636
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.a7.
@@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work w
4040

4141
`pip install -U robotframework-ride`
4242

43-
(3.8 <= python <= 3.14) Install current development version (**2.2dev??**) with:
43+
(3.8 <= python <= 3.14) Install current development version (**2.2dev32**) with:
4444

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

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616
# Automatically generated by `tasks.py`.
1717

18-
VERSION = 'v2.1.4'
18+
VERSION = 'v2.2dev32'

0 commit comments

Comments
 (0)