Skip to content

Commit

Permalink
Bump version to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Nov 22, 2024
1 parent 475897a commit 77e9057
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Version 3.9.1 (2024-11-22)
--------------------------
* `send_many` now returns a list of created `Email` instances. Thanks @chromium7!

Version 3.9.0 (2024-06-19)
--------------------------
* Added a new `LOCK_FILE_NAME` which lets you change post office's lock file name. Thanks @mogost!
Expand Down Expand Up @@ -81,7 +85,7 @@ Version 3.4.1 (2020-05-16)
--------------------------
* Allow `tasks.py` to be imported when Celery is not installed. This allows
auto-discovery by other task systems such as Huey to succeed.
* Fix duplicate key problem in template editor in Django admin.
* Fix duplicate key problem in template editor in Django admin.

Version 3.4.0 (2020-04-13)
--------------------------
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, 9, 0
3, 9, 1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Communications :: Email',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 77e9057

Please sign in to comment.