Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wizpig64 committed Sep 3, 2023
1 parent 3c227d3 commit 59fec9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.11.0
--------------

_Released September 3rd, 2023_

- Drop Django 2.2 support, now require >=3.2.
- Drop Python 3.6 and 3.7 support, now require >=3.8.
Expand Down
4 changes: 2 additions & 2 deletions 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.10.2
2.11.0
:toc: left
:!numbered:
:source-highlighter: pygments
Expand Down Expand Up @@ -86,7 +86,7 @@ If you are using older versions of Django or Python, you need an older version o
|3.6, 3.7, 3.8, 3.9, 3.10
|2.2, 3.2, 4.0

|>=2.next
|>=2.11.0
|3.8, 3.9, 3.10, 3.11
|3.2, 4.0, 4.1, 4.2
|===
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.10.2",
version = "2.11.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 59fec9e

Please sign in to comment.