Skip to content

Commit 59b5020

Browse files
committed
2.4.0b2 release updates
1 parent 32c9609 commit 59b5020

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

doc/announcement.txt

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

1515
You can install it with::
1616

17-
pip install roundup~=2.4.0b1
17+
pip install roundup~=2.4.0b2
1818

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

21-
pip download roundup~=2.4.0b1
21+
pip download roundup~=2.4.0b2
2222

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

25+
Beta 2 includes a small change to the classic tracker's
26+
classhelper.js to fix a bug found after beta 1 was released.
27+
2528
Among the notable improvements in 2.4.0 from the 2.3.0
2629
release are:
2730

doc/security.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ with 1.6.0 have been moved and are linked below:
102102

103103
.. rst-class:: multicol
104104

105-
* `2.4.0b1 <../signatures/roundup-2.4.0b1.tar.gz.asc>`_
105+
* `2.4.0b2 <../signatures/roundup-2.4.0b2.tar.gz.asc>`_
106106
* `2.3.0 <../signatures/roundup-2.3.0.tar.gz.asc>`_
107107
* `2.3.0b2 <../signatures/roundup-2.3.0b2.tar.gz.asc>`_
108108
* `2.2.0 <../signatures/roundup-2.2.0.tar.gz.asc>`_

roundup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
'''
6868
__docformat__ = 'restructuredtext'
6969

70-
__version__ = '2.4.0b1'
70+
__version__ = '2.4.0b2'
7171

7272
# vim: set filetype=python ts=4 sw=4 et si

scripts/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ ARG pip_mod
225225
LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
226226
"org.opencontainers.image.title"="Roundup Issue Tracker" \
227227
"org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \
228-
"org.opencontainers.image.version"="2.4.0b1" \
228+
"org.opencontainers.image.version"="2.4.0b2" \
229229
"org.opencontainers.image.authors"="[email protected]" \
230230
"org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
231231
"org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \
4.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)