Skip to content

Commit 877f6e5

Browse files
committed
release version 3.1.5
1 parent 8d58859 commit 877f6e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 3.1.5
44
-------------
55

6-
Unreleased
6+
Released 2024-12-21
77

88
- The sandboxed environment handles indirect calls to ``str.format``, such as
99
by passing a stored reference to a filter that calls its argument.

src/jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.dev"
38+
__version__ = "3.1.5"

0 commit comments

Comments
 (0)