Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wizpig64 committed Jul 2, 2021
1 parent 863de0d commit 64eba3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Changelog
=========

Unreleased
----------
Version 2.9.0
-------------

_Released July 2nd, 2021_

- Jinja2 policies now settable via TEMPLATES[n]['OPTIONS']['policies'] (#285).
- Jinja2 policies now settable via `TEMPLATES[n]['OPTIONS']['policies']` (#285).
- `makemessages` now respects the `ext.i18n.trimmed` policy,
will automatically trim jinja `{% trans %}` blocks when generating `.po` files.
Expand Down
2 changes: 1 addition & 1 deletion doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= django-jinja - jinja2 backend for Django
Andrey Antukh, <niwi@niwi.be>
2.8.0
2.9.0
:toc: left
:!numbered:
:source-highlighter: pygments
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name = "django-jinja",
version = "2.8.0",
version = "2.9.0",
description = "Jinja2 templating language integrated in Django.",
long_description = open("README.rst").read(),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 64eba3e

Please sign in to comment.