Skip to content

Commit a7c938f

Browse files
committed
Bump version to 3.10.0
1 parent 1f6c5fb commit a7c938f

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

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

4+
Version 3.10.0 (2025-07-15)
5+
---------------------------
6+
* Added `email.recipient_delivery_status` field for tracking delivery issues. Thanks @hery733!
7+
* Added `FILE_STORAGE` option in `POST_OFFICE` config to specify the storage backend for attachments. Thanks @blag!
8+
* Added Czech translation. Thanks @fdobrovolny!
9+
* Lots of packaging work and converted setup.py to pyproject.toml. Thanks @blag!
10+
* Various admin improvements. Thanks @blag!
11+
* Updated tests and translations. Thanks @samiashi!
12+
* `mail.send_many()` now returns a list of `Email` instances. Thanks @chromium7!
13+
414
Version 3.9.0 (2024-06-19)
515
--------------------------
616
* Added a new `LOCK_FILE_NAME` which lets you change post office's lock file name. Thanks @mogost!
@@ -81,7 +91,7 @@ Version 3.4.1 (2020-05-16)
8191
--------------------------
8292
* Allow `tasks.py` to be imported when Celery is not installed. This allows
8393
auto-discovery by other task systems such as Huey to succeed.
84-
* Fix duplicate key problem in template editor in Django admin.
94+
* Fix duplicate key problem in template editor in Django admin.
8595

8696
Version 3.4.0 (2020-04-13)
8797
--------------------------

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,7 @@ containers, where you don't have a running cron-daemon.
848848
## Signals
849849

850850
Each time an email is added to the mail queue, Post Office emits a
851-
special [Django
852-
signal](https://docs.djangoproject.com/en/stable/topics/signals/).
851+
special [Django signal](https://docs.djangoproject.com/en/stable/topics/signals/).
853852
Whenever a third party application wants to be informed about this
854853
event, it shall connect a callback function to the Post Office's signal
855854
handler `email_queued`, for instance:
@@ -871,5 +870,4 @@ handler.
871870

872871
Full changelog can be found [here](https://github.com/ui/django-post_office/blob/master/CHANGELOG.md).
873872

874-
Created and maintained by the cool guys at [Stamps](https://stamps.co.id), Indonesia's most elegant
875-
CRM/loyalty platform.
873+
Created and maintained by [Stamps](https://stamps.id), Indonesia's most elegant CRM/loyalty platform.

post_office/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.9.0'
1+
VERSION = '3.10.0'

0 commit comments

Comments
 (0)