Skip to content

Commit

Permalink
Bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Dec 21, 2021
1 parent 9e2e7f8 commit 7b31f78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

Version 3.6.0 (2021-12-21)
--------------------------
* Support for Django 4.0. Thanks @domdinicola!
* `cleanup_mail` now deletes emails in batches, which is much nicer to DB when deleting millions of emails. Thanks @stevemc4!
* Failure to send an email are now logged as an exception. Thanks @SaturnFromTitan!
* Added `es` locale. Thanks @ahmontero!
* Fixed admin template discovery issue for case-sensitive filesystems. Thanks @fasih!
* Fixes: `SMTPServerDisconnected` error. Thanks @weimens!
* Various maintenance work by @jrief and @mogost.

Version 3.5.3 (2020-12-04)
--------------------------
* Fixed an issue with Celery integration that could cause duplicate emails. Thanks @jrief!
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Django. Some awesome features are:

- [django \>= 2.2](https://djangoproject.com/)
- [jsonfield](https://github.com/rpkilby/jsonfield)

### Optional Dependency

- [bleach](https://bleach.readthedocs.io/)

With this optional dependency, HTML emails are nicely rendered
Expand Down
2 changes: 1 addition & 1 deletion post_office/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3, 5, 3
3, 6, 0

0 comments on commit 7b31f78

Please sign in to comment.