Skip to content

Commit

Permalink
Prepare release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Oct 5, 2021
1 parent bde371f commit 3a5b127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

# 2.4.1 (2021-10-04)
- Add Persian (Farsi) locale ([#806](https://github.com/jieter/django-tables2/pull/806)) by [@Alirezaja1384](https://github.com/jieter/django-tables2/commits?author=Alirezaja1384)
- Improved error message if openpyxl is not installed ([#816](https://github.com/jieter/django-tables2/pull/816))
- Use correct mime type for xlsx (fixes: [#810](https://github.com/jieter/django-tables2/issues/810))
- Add support for django 4.0, drop support for python 3.5 ([#822](https://github.com/jieter/django-tables2/issues/822))

# 2.4.0 (2021-05-15)
- Add support for django 3.2 and python 3.9, drop support for django 3.0
- Add Django 3.0 and 3.1 trove classifiers [#803](https://github.com/jieter/django-tables2/pull/803) by [@Asday](https://github.com/Asday)
Expand Down
2 changes: 1 addition & 1 deletion django_tables2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .utils import A
from .views import MultiTableMixin, SingleTableMixin, SingleTableView

__version__ = "2.4.0"
__version__ = "2.4.1"

__all__ = (
"Table",
Expand Down

0 comments on commit 3a5b127

Please sign in to comment.