Skip to content

Commit

Permalink
start version 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Mar 5, 2025
1 parent bc68d4e commit 033c200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.. currentmodule:: jinja2

Version 3.1.6
-------------

Unreleased

Version 3.1.5
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
from .utils import pass_eval_context as pass_eval_context
from .utils import select_autoescape as select_autoescape

__version__ = "3.1.5"
__version__ = "3.1.6.dev"

0 comments on commit 033c200

Please sign in to comment.