Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e56e6 commit 3a4fe83Copy full SHA for 3a4fe83
_tools/release_cycle_template.svg.jinja
@@ -76,16 +76,6 @@
76
{% for version in versions %}
77
{% set y = version.y * LINE_HEIGHT %}
78
79
- <!-- Legend on the left -->
80
- <text
81
- class="release-cycle-version-label"
82
- x="{{ 0.5 * SCALE }}"
83
- y="{{ y * SCALE }}"
84
- font-size="{{ SCALE }}"
85
- >
86
- Python {{ version.key }}
87
- </text>
88
-
89
<!-- Colourful blob with a label -->
90
{% set start_x = date_to_x(version.first_release_date) %}
91
{% set end_x = date_to_x(version.end_of_life_date) %}
@@ -193,6 +183,16 @@
193
183
{{ version.status }}
194
184
</text>
195
185
{% endif %}
186
+
187
+ <!-- Legend on the left -->
188
+ <text
189
+ class="release-cycle-version-label"
190
+ x="{{ 0.5 * SCALE }}"
191
+ y="{{ y * SCALE }}"
192
+ font-size="{{ SCALE }}"
+ >
+ Python {{ version.key }}
+ </text>
196
{% endfor %}
197
198
<!-- A line for today -->
0 commit comments