Skip to content

Commit 59fec9e

Browse files
committed
v2.11.0
1 parent 3c227d3 commit 59fec9e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.11.0
5+
--------------
6+
7+
_Released September 3rd, 2023_
68

79
- Drop Django 2.2 support, now require >=3.2.
810
- Drop Python 3.6 and 3.7 support, now require >=3.8.

doc/content.adoc

Lines changed: 2 additions & 2 deletions
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.10.2
3+
2.11.0
44
:toc: left
55
:!numbered:
66
:source-highlighter: pygments
@@ -86,7 +86,7 @@ If you are using older versions of Django or Python, you need an older version o
8686
|3.6, 3.7, 3.8, 3.9, 3.10
8787
|2.2, 3.2, 4.0
8888

89-
|>=2.next
89+
|>=2.11.0
9090
|3.8, 3.9, 3.10, 3.11
9191
|3.2, 4.0, 4.1, 4.2
9292
|===

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.10.2",
7+
version = "2.11.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)