Skip to content

Commit e61f433

Browse files
committed
Ensure lowercase pyirf
1 parent a6eaaf2 commit e61f433

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pyirf v0.12.0 (2024-11-15)
1+
pyirf v0.12.0 (2024-11-15)
22
==========================
33

44

docs/changes/template.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if render_title %}
22
{% if versiondata.name %}
3-
{{ versiondata.name }} {{ versiondata.version }} ({{ versiondata.date }})
3+
{{ versiondata.name | lower }} {{ versiondata.version }} ({{ versiondata.date }})
44
{{ top_underline * ((versiondata.name + versiondata.version + versiondata.date)|length + 4)}}
55
{% else %}
66
{{ versiondata.version }} ({{ versiondata.date }})
@@ -40,4 +40,4 @@ No significant changes.
4040
{# No significant changes. #}
4141
{% endif %}
4242
{% endfor %}
43-
{% endfor %}
43+
{% endfor %}

0 commit comments

Comments
 (0)