]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
release version 3.1.4 1974/head 3.1.4
authorDavid Lord <davidism@gmail.com>
Sun, 5 May 2024 23:36:17 +0000 (16:36 -0700)
committerDavid Lord <davidism@gmail.com>
Sun, 5 May 2024 23:37:30 +0000 (16:37 -0700)
CHANGES.rst
src/jinja2/__init__.py

index ba3b2244e98c1adb945a818696b88f699e9bea2f..860c439fb5006ac3ed4219006bf9ce76814b7f66 100644 (file)
@@ -3,13 +3,13 @@
 Version 3.1.4
 -------------
 
-Unreleased
+Released 2024-05-05
 
 -   The ``xmlattr`` filter does not allow keys with ``/`` solidus, ``>``
     greater-than sign, or ``=`` equals sign, in addition to disallowing spaces.
     Regardless of any validation done by Jinja, user input should never be used
     as keys to this filter, or must be separately validated first.
-    GHSA-h75v-3vvj-5mfj
+    :ghsa:`h75v-3vvj-5mfj`
 
 
 Version 3.1.3
@@ -19,7 +19,7 @@ Released 2024-01-10
 
 -   Fix compiler error when checking if required blocks in parent templates are
     empty. :pr:`1858`
--   ``xmlattr`` filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
+-   ``xmlattr`` filter does not allow keys with spaces. :ghsa:`h5c8-rqwp-cp95`
 -   Make error messages stemming from invalid nesting of ``{% trans %}`` blocks
     more helpful. :pr:`1918`
 
index 551a8b669216c29a6f225292a2f2fbf8888f325a..2f0b5b286ce29334eadb4f93947971818e69b43d 100644 (file)
@@ -35,4 +35,4 @@ from .utils import pass_environment as pass_environment
 from .utils import pass_eval_context as pass_eval_context
 from .utils import select_autoescape as select_autoescape
 
-__version__ = "3.1.4.dev"
+__version__ = "3.1.4"