Skip to content

Commit 64eba3e

Browse files
committed
v2.9.0
1 parent 863de0d commit 64eba3e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGES.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
Version 2.9.0
5+
-------------
6+
7+
_Released July 2nd, 2021_
68

7-
- Jinja2 policies now settable via TEMPLATES[n]['OPTIONS']['policies'] (#285).
9+
- Jinja2 policies now settable via `TEMPLATES[n]['OPTIONS']['policies']` (#285).
810
- `makemessages` now respects the `ext.i18n.trimmed` policy,
911
will automatically trim jinja `{% trans %}` blocks when generating `.po` files.
1012

doc/content.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= django-jinja - jinja2 backend for Django
22
Andrey Antukh, <niwi@niwi.be>
3-
2.8.0
3+
2.9.0
44
:toc: left
55
:!numbered:
66
:source-highlighter: pygments

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name = "django-jinja",
7-
version = "2.8.0",
7+
version = "2.9.0",
88
description = "Jinja2 templating language integrated in Django.",
99
long_description = open("README.rst").read(),
1010
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)