Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Sep 2, 2022
1 parent b459c04 commit 6a77b7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

1.1.7 (unreleased)
-------------------
1.1.7
-----

- Security: Fix a possible injection vulnerability (a variant of
https://consensys.net/diligence/vulnerabilities/python-smtplib-multiple-crlf-injection/)
Expand Down
2 changes: 1 addition & 1 deletion aiosmtplib/__init__.py
Expand Up @@ -32,7 +32,7 @@


__title__ = "aiosmtplib"
__version__ = "1.1.7dev0"
__version__ = "1.1.7"
__author__ = "Cole Maclean"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Cole Maclean"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "aiosmtplib"
version = "1.1.7dev0"
version = "1.1.7"
description = "asyncio SMTP client"
authors = ["Cole Maclean <hi@colemaclean.dev>"]
license = "MIT"
Expand Down

0 comments on commit 6a77b7b

Please sign in to comment.