We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7ca8e commit 10ff92aCopy full SHA for 10ff92a
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+1.1.6
5
+-----
6
+
7
+- Bugfix: fix authenticated test failures (credit @P-EB)
8
9
10
1.1.5
11
-----
12
aiosmtplib/__init__.py
@@ -32,7 +32,7 @@
32
33
34
__title__ = "aiosmtplib"
35
-__version__ = "1.1.5"
+__version__ = "1.1.6"
36
__author__ = "Cole Maclean"
37
__license__ = "MIT"
38
__copyright__ = "Copyright 2021 Cole Maclean"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "aiosmtplib"
-version = "1.1.5"
+version = "1.1.6"
description = "asyncio SMTP client"
authors = ["Cole Maclean <hi@colemaclean.dev>"]
license = "MIT"
0 commit comments