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 332ad36 commit 6438576Copy full SHA for 6438576
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-4.0.0 (unreleased)
5
-------------------
+4.0.0
+-----
6
7
- **BREAKING**: Drop Python 3.8 support
8
- Bugfix: Run `socket.getfqdn` in thread to avoid blocking event loop
src/aiosmtplib/__init__.py
@@ -34,7 +34,7 @@
34
35
36
__title__ = "aiosmtplib"
37
-__version__ = "4.0.0dev0"
+__version__ = "4.0.0"
38
__author__ = "Cole Maclean"
39
__license__ = "MIT"
40
__copyright__ = "Copyright 2022 Cole Maclean"
0 commit comments