Skip to content

Commit

Permalink
Version bump 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Dec 29, 2023
1 parent 77a6542 commit 990cd03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

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

* Fixed rare crasher in runmailer_pg when notifications list is empty.
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Release process
* Check that the master branching is passing all tests:
https://github.com/pinax/django-mailer/actions/workflows/build.yml

* In CHANGES.rst, change the 'Unreleased' heading to the new version, and commit.
* In CHANGES.rst, change the 'Unreleased' heading to the new version.

* Change the version in mailer/__init__.py, removing ``.dev1`` if necessary, and commit.
* Change the version in mailer/__init__.py, removing ``.dev1`` if necessary, and commit with “Version bump …”

* Release::

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"
__version__ = "2.3.1"


def get_priority(priority):
Expand Down

0 comments on commit 990cd03

Please sign in to comment.