From a845c1f6f2072363d6ef3dad7343010b1e99a78b Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Thu, 8 Sep 2022 00:11:56 +0900 Subject: [PATCH] Release 2.1.0 ## 2.1.0 - Update - support django 4.1 --- HISTORY.md | 4 ++++ django_boost/__init__.py | 2 +- docs/index.rst | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ee8c492..f547b7a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ ## Versions +## 2.1.0 +- Update + - support django 4.1 + ### 2.0.0 - Update diff --git a/django_boost/__init__.py b/django_boost/__init__.py index 54644f0..1927d39 100644 --- a/django_boost/__init__.py +++ b/django_boost/__init__.py @@ -1,6 +1,6 @@ from django_boost.utils.version import get_version -VERSION = (2, 0, 0, 'final', 0) +VERSION = (2, 1, 0, 'final', 0) __version__ = get_version() diff --git a/docs/index.rst b/docs/index.rst index 7defaad..bb40116 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ See more at `Django Supported Versions