release version 3.1.5
This commit is contained in:
parent
8d58859265
commit
877f6e51be
@ -3,7 +3,7 @@
|
||||
Version 3.1.5
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2024-12-21
|
||||
|
||||
- The sandboxed environment handles indirect calls to ``str.format``, such as
|
||||
by passing a stored reference to a filter that calls its argument.
|
||||
|
||||
@ -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.5.dev"
|
||||
__version__ = "3.1.5"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user