Skip to content

Commit

Permalink
Version bump 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed May 22, 2024
1 parent b85e859 commit e743aa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

2.3.2 - 2024-05-22
------------------

* Added ``MAILER_EMAIL_LOG_MESSAGE_DATA`` setting, thanks @eht16.
* Added support for ``psycopg3`` for ``runmailer_pg``, thanks @jsmits.

2.3.1 - 2023-12-29
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/mailer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import warnings

__version__ = "2.3.1"
__version__ = "2.3.2"


def get_priority(priority):
Expand Down

0 comments on commit e743aa9

Please sign in to comment.