Skip to content

Commit

Permalink
Remove ride_post_install as binary, because is ineffective
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Jul 22, 2024
1 parent e136286 commit ae56dc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ 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.1a2**) with:
(3.8 <= python <= 3.12) Install current development version (**2.1a3**) with:

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

(3.8 <= python <= 3.12) Install current Alpha version (2.1a2) with:
(3.8 <= python <= 3.12) Install current Alpha version (2.1a3) with:

`pip install -U --pre robotframework-ride`

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ max_line_length = 90
statistics = True

[options.entry_points]
console_scripts =
gui_scripts =
ride = robotide.__main__:main
ride_postinstall = robotide.postinstall.__main__:main
2 changes: 1 addition & 1 deletion src/robotide/application/releasenotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def set_content(self, html_win, content):
<pre class="literal-block">
python -m robotide.postinstall -install
</pre>
<p>RIDE {VERSION} was released on 21/July/2024.</p>
<p>RIDE {VERSION} was released on 22/July/2024.</p>
<!-- <br/>
<h3>May The Fourth Be With You!</h3>
<h3>Celebrate the bank holiday, 10th June, Day of Portugal, Portuguese Communities and Camões!!</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/robotide/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#
# Automatically generated by `tasks.py`.

VERSION = 'v2.1a2'
VERSION = 'v2.1a3'

0 comments on commit ae56dc6

Please sign in to comment.