Skip to content

Commit

Permalink
Merge branch 'main' into distutils-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 25, 2021
2 parents bb0ac3a + b5fa6ad commit 4b0efa7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions changelog.d/2654.misc.rst
@@ -0,0 +1,2 @@
Made the changelog generator compatible
with Towncrier >= 19.9 -- :user:`webknjaz`
7 changes: 0 additions & 7 deletions netlify.toml

This file was deleted.

1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

4 changes: 4 additions & 0 deletions towncrier_template.rst
@@ -1,3 +1,7 @@
{% if top_line %}
{{ top_line }}
{{ top_underline * ((top_line)|length)}}
{% endif %}
{% for section, _ in sections.items() %}
{% set underline = underlines[0] %}{% if section %}{{section}}
{{ underline * section|length }}
Expand Down

0 comments on commit 4b0efa7

Please sign in to comment.