Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Oct 31, 2020
1 parent ecaa2f7 commit 009e9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Changelog
=========

Version 3.5.0
-------------
Version 3.5.0 (2020-10-31)
--------------------------
* Added the capability to configure retries via `MAX_RETRIES` and `RETRY_INTERVAL` configuration settings. Thanks @Houtmann and @jrief!
* The admin interface has been improved to show previews of emails. If you want HTML emails to be rendered,
please install `bleach`. Thanks @jrief!
* Add `Message-ID` to the Email model. This allows administrators to trace back emails. Thanks @jrief!
* Added `CELERY_ENABLED` settings. Thanks @elineda!
* Fixes an issue that prevents PDS attachments from being sent. Thanks @patroqueeet!


Version 3.4.1 (2020-05-16)
--------------------------
* Allow `tasks.py` to be imported when Celery is not installed. This allows
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, 4, 1
3, 5, 0

0 comments on commit 009e9b1

Please sign in to comment.