Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
## 2.1.0
- Update
  - support django 4.1
  • Loading branch information
ChanTsune authored Sep 7, 2022
1 parent b06d0fc commit a845c1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Versions

## 2.1.0
- Update
- support django 4.1

### 2.0.0

- Update
Expand Down
2 changes: 1 addition & 1 deletion django_boost/__init__.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See more at `Django Supported Versions <https://docs.djangoproject.com/en/dev/in

This might mean the django-boost may work with older or unsupported versions but we do not guarantee it and most likely will not fix bugs related to incompatibilities with older versions.

At this time we test on and thrive to support valid combinations of Python 3.8, 3.9, 3.10 and pypy3 with Django versions 3.0 to 3.2 and 4.0.
At this time we test on and thrive to support valid combinations of Python 3.8, 3.9, 3.10 and pypy3 with Django versions 3.0 to 3.2 and 4.0 to 4.1.



Expand Down

0 comments on commit a845c1f

Please sign in to comment.