Skip to content

Commit

Permalink
2.4.0b2 release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed May 28, 2024
1 parent 32c9609 commit 59b5020
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions doc/announcement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ access the tracker.

You can install it with::

pip install roundup~=2.4.0b1
pip install roundup~=2.4.0b2

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

pip download roundup~=2.4.0b1
pip download roundup~=2.4.0b2

then unpack and test/install from the tarball.

Beta 2 includes a small change to the classic tracker's
classhelper.js to fix a bug found after beta 1 was released.

Among the notable improvements in 2.4.0 from the 2.3.0
release are:

Expand Down
2 changes: 1 addition & 1 deletion doc/security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ with 1.6.0 have been moved and are linked below:

.. rst-class:: multicol

* `2.4.0b1 <../signatures/roundup-2.4.0b1.tar.gz.asc>`_
* `2.4.0b2 <../signatures/roundup-2.4.0b2.tar.gz.asc>`_
* `2.3.0 <../signatures/roundup-2.3.0.tar.gz.asc>`_
* `2.3.0b2 <../signatures/roundup-2.3.0b2.tar.gz.asc>`_
* `2.2.0 <../signatures/roundup-2.2.0.tar.gz.asc>`_
Expand Down
2 changes: 1 addition & 1 deletion roundup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
'''
__docformat__ = 'restructuredtext'

__version__ = '2.4.0b1'
__version__ = '2.4.0b2'

# vim: set filetype=python ts=4 sw=4 et si
2 changes: 1 addition & 1 deletion scripts/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ARG pip_mod
LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
"org.opencontainers.image.title"="Roundup Issue Tracker" \
"org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \
"org.opencontainers.image.version"="2.4.0b1" \
"org.opencontainers.image.version"="2.4.0b2" \
"org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \
"org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
"org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \
Expand Down
Binary file added website/www/signatures/roundup-2.4.0b2.tar.gz
Binary file not shown.

0 comments on commit 59b5020

Please sign in to comment.