Skip to content

Commit 420435e

Browse files
committed
build: v3.2.1
1 parent 86a9d30 commit 420435e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015-2025 Ned Batchelder. All rights reserved.
1+
Copyright 2015-2026 Ned Batchelder. All rights reserved.
22

33
Except where noted otherwise, this software is licensed under the Apache
44
License, Version 2.0 (the "License"); you may not use this work except in

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

166166
Fix: ``{% endblock %}`` lines (and others) were falsely reported as unexecuted
167167
when they appeared on their own indented line (`issue 74`_). Thanks, Marc

django_coverage_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""Django Template Coverage Plugin"""
55

6-
__version__ = "3.2.0"
6+
__version__ = "3.2.1"
77

88
from .plugin import DjangoTemplatePluginException # noqa
99
from .plugin import DjangoTemplatePlugin

0 commit comments

Comments
 (0)