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