Skip to content

Commit f4cdf2f

Browse files
committed
v2.9.1
1 parent d4d67ca commit f4cdf2f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
Version 2.9.1
5+
-------------
6+
7+
_Released September 4th, 2021_
68

79
- Complete config example in the docs now reflects actual project defaults (#286).
810
- `get_template` no longer calls `template_name.endswith` twice under the default setup.

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.9.0
3+
2.9.1
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.9.0",
7+
version = "2.9.1",
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)