Skip to content

Commit

Permalink
Release v1.4.6 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored May 18, 2024
1 parent 3c0f307 commit f40ac96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiosmtpd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


__version__ = "1.4.5"
__version__ = "1.4.6"


def _get_or_new_eventloop() -> asyncio.AbstractEventLoop:
Expand Down
2 changes: 1 addition & 1 deletion aiosmtpd/docs/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.. towncrier release notes start
1.4.6 (2024-05-06)
1.4.6 (2024-05-18)
==================

* STARTTLS is now fully enforced if used.
Expand Down

0 comments on commit f40ac96

Please sign in to comment.