Skip to content

Commit 6a77b7b

Browse files
committed
v1.1.7
1 parent b459c04 commit 6a77b7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
1.1.7 (unreleased)
5-
-------------------
4+
1.1.7
5+
-----
66

77
- Security: Fix a possible injection vulnerability (a variant of
88
https://consensys.net/diligence/vulnerabilities/python-smtplib-multiple-crlf-injection/)

aiosmtplib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
__title__ = "aiosmtplib"
35-
__version__ = "1.1.7dev0"
35+
__version__ = "1.1.7"
3636
__author__ = "Cole Maclean"
3737
__license__ = "MIT"
3838
__copyright__ = "Copyright 2022 Cole Maclean"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "aiosmtplib"
7-
version = "1.1.7dev0"
7+
version = "1.1.7"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)