Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Jan 28, 2025
1 parent 8376a50 commit fde7a17
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog]
and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning].

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

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

Expand Down
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf

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

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]**
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]**

See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.rst[release notes] for latest release version 2.1
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

**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**

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

Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (but 3.12 is the recommended version).
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.

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

`pip install -U robotframework-ride`

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

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

Expand Down
Loading

0 comments on commit fde7a17

Please sign in to comment.