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.
14
14
15
15
You can install it with::
16
16
17
- pip install roundup~=2.4.0b1
17
+ pip install roundup~=2.4.0b2
18
18
19
19
(preferably in a virtual environment). To download it, use::
20
20
21
- pip download roundup~=2.4.0b1
21
+ pip download roundup~=2.4.0b2
22
22
23
23
then unpack and test/install from the tarball.
24
24
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
+
25
28
Among the notable improvements in 2.4.0 from the 2.3.0
26
29
release are:
27
30
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:
102
102
103
103
.. rst-class:: multicol
104
104
105
- * `2.4.0b1 <../signatures/roundup-2.4.0b1 .tar.gz.asc>`_
105
+ * `2.4.0b2 <../signatures/roundup-2.4.0b2 .tar.gz.asc>`_
106
106
* `2.3.0 <../signatures/roundup-2.3.0.tar.gz.asc>`_
107
107
* `2.3.0b2 <../signatures/roundup-2.3.0b2.tar.gz.asc>`_
108
108
* `2.2.0 <../signatures/roundup-2.2.0.tar.gz.asc>`_
Original file line number Diff line number Diff line change 67
67
'''
68
68
__docformat__ = 'restructuredtext'
69
69
70
- __version__ = '2.4.0b1 '
70
+ __version__ = '2.4.0b2 '
71
71
72
72
# 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
225
225
LABEL "org.opencontainers.image.vendor" ="Roundup Issue Tracker Team" \
226
226
"org.opencontainers.image.title" ="Roundup Issue Tracker" \
227
227
"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 " \
229
229
"org.opencontainers.image.authors" =
"[email protected] " \
230
230
"org.opencontainers.image.licenses" ="MIT AND ZPL-2.0 AND Python-2.0" \
231
231
"org.opencontainers.image.documentation" ="https://www.roundup-tracker.org/docs/installation.html" \
You can’t perform that action at this time.
0 commit comments