Skip to content

Commit 7b31f78

Browse files
committed
Bump version to 3.6.0
1 parent 9e2e7f8 commit 7b31f78

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 3.6.0 (2021-12-21)
5+
--------------------------
6+
* Support for Django 4.0. Thanks @domdinicola!
7+
* `cleanup_mail` now deletes emails in batches, which is much nicer to DB when deleting millions of emails. Thanks @stevemc4!
8+
* Failure to send an email are now logged as an exception. Thanks @SaturnFromTitan!
9+
* Added `es` locale. Thanks @ahmontero!
10+
* Fixed admin template discovery issue for case-sensitive filesystems. Thanks @fasih!
11+
* Fixes: `SMTPServerDisconnected` error. Thanks @weimens!
12+
* Various maintenance work by @jrief and @mogost.
13+
414
Version 3.5.3 (2020-12-04)
515
--------------------------
616
* Fixed an issue with Celery integration that could cause duplicate emails. Thanks @jrief!

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Django. Some awesome features are:
1919

2020
- [django \>= 2.2](https://djangoproject.com/)
2121
- [jsonfield](https://github.com/rpkilby/jsonfield)
22-
23-
### Optional Dependency
24-
2522
- [bleach](https://bleach.readthedocs.io/)
2623

2724
With this optional dependency, HTML emails are nicely rendered

post_office/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3, 5, 3
1+
3, 6, 0

0 commit comments

Comments
 (0)