.. currentmodule:: jinja2
+Version 3.2.0
+-------------
+
+Unreleased
+
+- Drop support for Python 3.7.
+- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
+ :pr:`1793`
+- Use ``flit_core`` instead of ``setuptools`` as build backend.
+
+
+ Version 3.1.6
+ -------------
+
+ Released 2025-03-05
+
+ - The ``|attr`` filter does not bypass the environment's attribute lookup,
+ allowing the sandbox to apply its checks. :ghsa:`cpwx-vrp4-4pq7`
+
+
Version 3.1.5
-------------