Skip to content

Commit fde7a17

Browse files
Version 2.1.2
1 parent 8376a50 commit fde7a17

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog]
77
and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning].
88

9-
== https://github.com/robotframework/RIDE[Unreleased]
9+
<!-- == https://github.com/robotframework/RIDE[Unreleased] -->
1010

1111
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.2.rst[2.1.2] - 2025-01-28
1212

README.adoc

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

2323
== **Welcome to the development version of RIDE - next major release will be version 2.2**
2424

25-
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.1[release/2.1]**
25+
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.1.2[release/2.1.2]**
2626

27-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.rst[release notes] for latest release version 2.1
27+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.2.rst[release notes] for latest release version 2.1.2
2828

2929
**Version https://github.com/robotframework/RIDE/tree/release/2.0.8.1[2.0.8.1] was the last release supporting Python 3.6 and 3.7**
3030

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,1, supports Python from 3.8 up to 3.13 (20th November 2024).**
34+
**The current development version is based on 2.1,2, supports Python from 3.8 up to 3.13 (28th January 2025).**
3535

3636
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (but 3.12 is the recommended version).
3737
Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work with 4.0.7 and 4.1.1 versions.
3838

39-
(3.8 &lt;= python &lt;= 3.12) Install current released version (*2.1*) with:
39+
(3.8 &lt;= python &lt;= 3.12) Install current released version (*2.1.2*) with:
4040

4141
`pip install -U robotframework-ride`
4242

43-
(3.8 &lt;= python &lt;= 3.13) Install current development version (**2.2dev1**) with:
43+
(3.8 &lt;= python &lt;= 3.13) Install current development version (**2.1.2**) with:
4444

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

0 commit comments

Comments
 (0)