Skip to content

Commit dd4a8b5

Browse files
committed
release version 3.1.4
1 parent 0668239 commit dd4a8b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Version 3.1.4
44
-------------
55

6-
Unreleased
6+
Released 2024-05-05
77

88
- The ``xmlattr`` filter does not allow keys with ``/`` solidus, ``>``
99
greater-than sign, or ``=`` equals sign, in addition to disallowing spaces.
1010
Regardless of any validation done by Jinja, user input should never be used
1111
as keys to this filter, or must be separately validated first.
12-
GHSA-h75v-3vvj-5mfj
12+
:ghsa:`h75v-3vvj-5mfj`
1313

1414

1515
Version 3.1.3
@@ -19,7 +19,7 @@ Released 2024-01-10
1919

2020
- Fix compiler error when checking if required blocks in parent templates are
2121
empty. :pr:`1858`
22-
- ``xmlattr`` filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
22+
- ``xmlattr`` filter does not allow keys with spaces. :ghsa:`h5c8-rqwp-cp95`
2323
- Make error messages stemming from invalid nesting of ``{% trans %}`` blocks
2424
more helpful. :pr:`1918`
2525

src/jinja2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from .utils import pass_eval_context as pass_eval_context
3636
from .utils import select_autoescape as select_autoescape
3737

38-
__version__ = "3.1.4.dev"
38+
__version__ = "3.1.4"

0 commit comments

Comments
 (0)