Skip to content

Commit

Permalink
Merge pull request #1625 from pallets/release-3.1.0
Browse files Browse the repository at this point in the history
release version 3.1.0
  • Loading branch information
davidism committed Mar 24, 2022
2 parents ede0f98 + 7b0c47f commit 84c0e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Version 3.1.0
-------------

Unreleased
Released 2022-03-24

- Drop support for Python 3.6. :pr:`1534`
- Remove previously deprecated code. :pr:`1544`
Expand Down
2 changes: 1 addition & 1 deletion src/jinja2/__init__.py
Expand Up @@ -34,4 +34,4 @@
from .utils import pass_eval_context as pass_eval_context
from .utils import select_autoescape as select_autoescape

__version__ = "3.1.0.dev0"
__version__ = "3.1.0"

0 comments on commit 84c0e2c

Please sign in to comment.