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- 1.1.5 (unreleased)
5- ------------------
4+ 1.1.5
5+ -----
66
77- Bugfix: avoid raising ``asyncio.CancelledError `` on connection lost
88- Bugfix: allow UTF-8 chars in usernames and password strings
Original file line number Diff line number Diff line change 3232
3333
3434__title__ = "aiosmtplib"
35- __version__ = "1.1.5.dev0 "
35+ __version__ = "1.1.5"
3636__author__ = "Cole Maclean"
3737__license__ = "MIT"
3838__copyright__ = "Copyright 2021 Cole Maclean"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44
55[tool .poetry ]
66name = " aiosmtplib"
7- version = " 1.1.5.dev0 "
7+ version = " 1.1.5"
88description = " asyncio SMTP client"
99authors = [
" Cole Maclean <[email protected] >" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments