We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420435e commit 4eb4fc9Copy full SHA for 4eb4fc9
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: "Install dependencies"
35
run: |
36
- python -m pip install .[dev]
+ python -m pip install -r requirements.txt
37
38
- name: "Build dists"
39
README.rst
@@ -160,7 +160,7 @@ History
160
161
.. scriv-insert-here
162
163
-v3.2.1 — 2026-04-04
+v3.2.2 — 2026-04-04
164
-------------------
165
166
Fix: ``{% endblock %}`` lines (and others) were falsely reported as unexecuted
django_coverage_plugin/__init__.py
@@ -3,7 +3,7 @@
3
4
"""Django Template Coverage Plugin"""
5
6
-__version__ = "3.2.1"
+__version__ = "3.2.2"
7
8
from .plugin import DjangoTemplatePluginException # noqa
9
from .plugin import DjangoTemplatePlugin
0 commit comments