File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- Copyright 2015-2025 Ned Batchelder. All rights reserved.
1+ Copyright 2015-2026 Ned Batchelder. All rights reserved.
22
33Except where noted otherwise, this software is licensed under the Apache
44License, Version 2.0 (the "License"); you may not use this work except in
Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ History
160160
161161.. scriv-insert-here
162162
163- Unreleased
164- ----------
163+ v3.2.1 — 2026-04-04
164+ -------------------
165165
166166Fix: ``{% endblock %} `` lines (and others) were falsely reported as unexecuted
167167when they appeared on their own indented line (`issue 74 `_). Thanks, Marc
Original file line number Diff line number Diff line change 33
44"""Django Template Coverage Plugin"""
55
6- __version__ = "3.2.0 "
6+ __version__ = "3.2.1 "
77
88from .plugin import DjangoTemplatePluginException # noqa
99from .plugin import DjangoTemplatePlugin
You can’t perform that action at this time.
0 commit comments