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 1
1
Changelog
2
2
=========
3
3
4
- 1.1.7 (unreleased)
5
- -------------------
4
+ 1.1.7
5
+ -----
6
6
7
7
- Security: Fix a possible injection vulnerability (a variant of
8
8
https://consensys.net/diligence/vulnerabilities/python-smtplib-multiple-crlf-injection/)
Original file line number Diff line number Diff line change 32
32
33
33
34
34
__title__ = "aiosmtplib"
35
- __version__ = "1.1.7dev0 "
35
+ __version__ = "1.1.7 "
36
36
__author__ = "Cole Maclean"
37
37
__license__ = "MIT"
38
38
__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 = " 1.1.7dev0 "
7
+ version = " 1.1.7 "
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