Skip to content

Commit 3dc9538

Browse files
Prepare v2.0b1 (#2224)
* Prepare v2.0b1 * Update requirements-dev.txt Corrected github3 install name. * Updates release-notes * Updates known issues
1 parent 61c1941 commit 3dc9538

File tree

6 files changed

+529
-504
lines changed

6 files changed

+529
-504
lines changed

AUTHORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ Timothy Alexander
3434
@ghost
3535
@goodwillcoding
3636
@JediMaster93
37+
@jnhyperion
3738
@Nyral
3839
@scathaig
3940
@StefaniGit
4041
@synsun
4142
@tuds
43+
@valeriobruno

BUILD.rest

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ wxPython
3939
Version 2.8.12.1 of wxPython__ was the last for the 2 series.
4040
Together with version 3.0.2, they are called the wxPython Classic.
4141

42-
The current version of wxPython is 4.0.7.post2 and was called wxPhoenix.
42+
The current recommended version of wxPython is 4.0.7.post2 and was called wxPhoenix.
43+
RIDE is not fully compatible with newest wxPython 4.1.
4344

4445
RIDE on Python 2.7 still runs with any version of those Classic or wxPhoenix.
4546
On Python 3.6+, only wxPhoenix is supported (and in the future we will only
4647
support those).
4748

48-
**VERSION 1.7.4.1 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3**
49+
**VERSION 1.7.4.2 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3**
4950

5051
**wxPython will be updated to current version 4.0.7.post2**
5152

@@ -71,7 +72,7 @@ Example::
7172

7273

7374
It is highly recommended, if you want to program with wxPython to download and
74-
run its ``demo``.
75+
run its ``demo``. We need your programming skils on this project, talk with Hélio Guilherme.
7576

7677
__ https://wxpython.org
7778

@@ -99,12 +100,7 @@ There is also a shell script (requiring customization for your environment).
99100
It allows to run the test files stopping when errors are found.
100101
Example::
101102

102-
./test_all.sh 3 utest/namespace # to test with python3 and namespace dir
103-
104-
or::
105-
106-
./test_all.sh # all utests with default python2
107-
103+
./test_all.sh utest/namespace # to test with python3 and namespace dir
108104

109105
Contributing
110106
============
@@ -194,7 +190,7 @@ Creating distributions
194190
pip install --pre --upgrade robotframework-ride
195191

196192

197-
* Announce on usergroup, robot homepage, slack, and twitter
193+
* Announce on usergroup, robot homepage, forum, slack, and twitter
198194

199195

200196
Settings migration

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ setuptools
22
nose
33
mockito
44
invoke
5-
rellu
5+
# rellu
6+
github3.py
67
memory-profiler
78
# Include also normal project requirements.
89
-r requirements.txt

0 commit comments

Comments
 (0)