File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 3.0.1 (unreleased)
5- ------------------
4+ 3.0.1
5+ -----
66
77- Bugfix: 'Future exception was never retrieved' warning in SMTPProtocol
88 after successful connection close and garbage collection.
Original file line number Diff line number Diff line change 3333
3434
3535__title__ = "aiosmtplib"
36- __version__ = "3.0.1dev0 "
36+ __version__ = "3.0.1 "
3737__author__ = "Cole Maclean"
3838__license__ = "MIT"
3939__copyright__ = "Copyright 2022 Cole Maclean"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " aiosmtplib"
7- version = " 3.0.1dev0 "
7+ version = " 3.0.1 "
88description = " asyncio SMTP client"
99authors = [" Cole Maclean <hi@colemaclean.dev>" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments