File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ access the tracker.
1414
1515You 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
2323then 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+
2528Among the notable improvements in 2.4.0 from the 2.3.0
2629release are:
2730
Original file line number Diff line number Diff 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>`_
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ ARG pip_mod
225225LABEL "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" \
You can’t perform that action at this time.
0 commit comments