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
- 1.1.5 (unreleased)
5
- ------------------
4
+ 1.1.5
5
+ -----
6
6
7
7
- Bugfix: avoid raising ``asyncio.CancelledError `` on connection lost
8
8
- Bugfix: allow UTF-8 chars in usernames and password strings
Original file line number Diff line number Diff line change 32
32
33
33
34
34
__title__ = "aiosmtplib"
35
- __version__ = "1.1.5.dev0 "
35
+ __version__ = "1.1.5"
36
36
__author__ = "Cole Maclean"
37
37
__license__ = "MIT"
38
38
__copyright__ = "Copyright 2021 Cole Maclean"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " aiosmtplib"
7
- version = " 1.1.5.dev0 "
7
+ version = " 1.1.5"
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