.. currentmodule:: jinja2
+Version 3.1.0
+-------------
+
+Unreleased
+
+
+ Version 3.0.3
+ -------------
+
+ Released 2021-11-09
+
+ - Fix traceback rewriting internals for Python 3.10 and 3.11.
+ :issue:`1535`
+ - Fix how the native environment treats leading and trailing spaces
+ when parsing values on Python 3.10. :pr:`1537`
+ - Improve async performance by avoiding checks for common types.
+ :issue:`1514`
+ - Revert change to ``hash(Node)`` behavior. Nodes are hashed by id
+ again :issue:`1521`
+ - ``PackageLoader`` works when the package is a single module file.
+ :issue:`1512`
+
+
Version 3.0.2
-------------