Skip to content

Commit 715e76e

Browse files
committed
doc: update pip command and typo fixes
1 parent 67457cc commit 715e76e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/announcement.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ access the tracker.
1414

1515
You can install it with::
1616

17-
pip install roundup
17+
pip install roundup~=2.4.0b0
1818

1919
(preferably in a virtual environment). To download it, use::
2020

21-
pip download roundup
21+
pip download roundup~=2.4.0b0
2222

2323
then unpack and test/install from the tarball.
2424

25-
Among the notable improvements from the 2.3.0 release are:
25+
Among the notable improvements in 2.4.0 from the 2.3.0
26+
release are:
2627

2728
* new classhelper component thanks to a team of students
2829
from CS682 at U-Mass Boston. This fixes many issues with
@@ -41,8 +42,8 @@ Among the notable improvements from the 2.3.0 release are:
4142
can share searches like: "My issues" as "my" will become
4243
the current logged in user.
4344

44-
* login failures to the REST/Xmlrpc interfaces ae now rate
45-
limited.
45+
* login failures to the REST/XML-RPC interfaces are now rate
46+
limited to limit passowrd guessing attacks.
4647

4748
* utf8mb4 is the default charset for MySQL. This requires
4849
migrating your database using the mysql client. You can

0 commit comments

Comments
 (0)