diff --git a/CHANGES.rst b/CHANGES.rst index 4cc30f11f..9921d6a31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.1.1 ------------- -Unreleased +Released 2022-03-25 - The template filename on Windows uses the primary path separator. :issue:`1637` diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py index ca724bac6..d0f3eaffa 100644 --- a/src/jinja2/__init__.py +++ b/src/jinja2/__init__.py @@ -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.1.dev0" +__version__ = "3.1.1"