Mercurial > p > roundup > code
changeset 8017:2a1bfa4db6be
docs: update to 2.4.0 release from 2.4.0b2.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 30 May 2024 20:03:14 -0400 |
| parents | 098ceff38349 |
| children | 67922fd17454 |
| files | doc/announcement.txt |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Thu May 30 20:01:08 2024 -0400 +++ b/doc/announcement.txt Thu May 30 20:03:14 2024 -0400 @@ -1,4 +1,4 @@ -I'm proud to release version 2.4.0 beta 1 of the Roundup issue +I'm proud to release version 2.4.0 of the Roundup issue tracker. This release is a bugfix and feature release, so make sure to read `docs/upgrading.txt <https://www.roundup-tracker.org/docs/upgrading.html>`_ to @@ -14,11 +14,11 @@ You can install it with:: - pip install roundup~=2.4.0b2 + pip install roundup (preferably in a virtual environment). To download it, use:: - pip download roundup~=2.4.0b2 + pip download roundup then unpack and test/install from the tarball.
