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 a6eaaf2 commit e61f433Copy full SHA for e61f433
CHANGES.rst
@@ -1,4 +1,4 @@
1
-Pyirf v0.12.0 (2024-11-15)
+pyirf v0.12.0 (2024-11-15)
2
==========================
3
4
docs/changes/template.rst
@@ -1,6 +1,6 @@
{% if render_title %}
{% if versiondata.name %}
-{{ versiondata.name }} {{ versiondata.version }} ({{ versiondata.date }})
+{{ versiondata.name | lower }} {{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.name + versiondata.version + versiondata.date)|length + 4)}}
5
{% else %}
6
{{ versiondata.version }} ({{ versiondata.date }})
@@ -40,4 +40,4 @@ No significant changes.
40
{# No significant changes. #}
41
{% endif %}
42
{% endfor %}
43
-{% endfor %}
+{% endfor %}
0 commit comments