Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wizpig64 committed Sep 5, 2021
1 parent d4d67ca commit f4cdf2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
=========

Unreleased
----------
Version 2.9.1
-------------

_Released September 4th, 2021_

- Complete config example in the docs now reflects actual project defaults (#286).
- `get_template` no longer calls `template_name.endswith` twice under the default setup.
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.9.0
2.9.1
: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.9.0",
version = "2.9.1",
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 f4cdf2f

Please sign in to comment.