@@ -19,23 +19,46 @@ Roundup Issue Tracker
1919.. raw:: html
2020
2121 <div class="release_info note">
22- <!-- package version/pypi download -->
23- <a
24- href="https://pypi.org/project/roundup/#files">Download:
25- <img style="vertical-align: text-top"
26- src="https://img.shields.io/pypi/v/roundup?color=blue&label=Current%20Version&cacheSeconds=86400"
27- alt="PyPI version" height="18"></a>
28- <!-- supported python versions: <img src="https://shields.io/pypi/pyversions/roundup"> -->
29- <!-- license: <img src="https://img.shields.io/pypi/l/roundup"> -->
30- <!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> -->
31- <!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> -->
32- <!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> -->
33- <!-- downloads/month -->
34- <a style="display:block; margin-block-start: 1em; text-align:
35- center;" href="https://pypistats.org/packages/roundup" alt="">
36- <img
37- src="https://img.shields.io/badge/dynamic/json?color=blue&label=downloads%2Fmonth&cacheSeconds=86400&query=data.last_month&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Froundup%2Frecent"
38- alt=""></a>
22+ <!-- package version/pypi download -->
23+ <a
24+ href="https://pypi.org/project/roundup/#files">
25+ <span style="padding-inline-end: 1.75ch">Download:</span>
26+ <img style="vertical-align: text-top"
27+ src="https://img.shields.io/pypi/v/roundup?color=blue&label=Current%20Version&cacheSeconds=86400"
28+ alt="Display current version of Roundup on PyPI."
29+ height="18" width="127">
30+ </a>
31+
32+ <!-- supported python versions: <img src="https://shields.io/pypi/pyversions/roundup"> -->
33+ <!-- license: <img src="https://img.shields.io/pypi/l/roundup"> -->
34+ <!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> -->
35+ <!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> -->
36+ <!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> -->
37+
38+ <!-- downloads/month -->
39+ <a style="display:block; margin-block-start: 1em;"
40+ href="https://pypistats.org/packages/roundup">
41+ <span style="padding-inline-start: 10.75ch"></span>
42+ <img
43+ src="https://img.shields.io/badge/dynamic/json?color=blue&label=downloads%2Fmonth&cacheSeconds=86400&query=data.last_month&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Froundup%2Frecent"
44+ alt=""
45+ height="18" width="127">
46+ </a>
47+
48+ <!-- build status -->
49+ <a
50+ style="display:block; margin-block-start: 1em;"
51+ href="https://pypistats.org/packages/roundup">
52+ <span>Build Status:</span>
53+ <img
54+ src="https://img.shields.io/github/workflow/status/roundup-tracker/roundup/roundup-ci?label=roundup-ci&logo=github"
55+ alt="Current build status on GitHub"
56+ height="18" width="127">
57+ </a>
58+ </div>
59+
60+ Roundup is a simple-to-use and -install issue-tracking system with
61+
3962 </div>
4063
4164Roundup is a simple-to-use and -install issue-tracking system with
0 commit comments