We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0f307 commit f40ac96Copy full SHA for f40ac96
aiosmtpd/__init__.py
@@ -4,7 +4,7 @@
4
import warnings
5
6
7
-__version__ = "1.4.5"
+__version__ = "1.4.6"
8
9
10
def _get_or_new_eventloop() -> asyncio.AbstractEventLoop:
aiosmtpd/docs/NEWS.rst
.. towncrier release notes start
-1.4.6 (2024-05-06)
+1.4.6 (2024-05-18)
==================
* STARTTLS is now fully enforced if used.
0 commit comments