File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 3.0.1 (unreleased)
5
- ------------------
4
+ 3.0.1
5
+ -----
6
6
7
7
- Bugfix: 'Future exception was never retrieved' warning in SMTPProtocol
8
8
after successful connection close and garbage collection.
Original file line number Diff line number Diff line change 33
33
34
34
35
35
__title__ = "aiosmtplib"
36
- __version__ = "3.0.1dev0 "
36
+ __version__ = "3.0.1 "
37
37
__author__ = "Cole Maclean"
38
38
__license__ = "MIT"
39
39
__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"
4
4
5
5
[tool .poetry ]
6
6
name = " aiosmtplib"
7
- version = " 3.0.1dev0 "
7
+ version = " 3.0.1 "
8
8
description = " asyncio SMTP client"
9
9
authors = [
" Cole Maclean <[email protected] >" ]
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments