Skip to content

Commit 10ff92a

Browse files
committed
release 1.1.6
1 parent 5f7ca8e commit 10ff92a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

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

4+
1.1.6
5+
-----
6+
7+
- Bugfix: fix authenticated test failures (credit @P-EB)
8+
9+
410
1.1.5
511
-----
612

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.5"
35+
__version__ = "1.1.6"
3636
__author__ = "Cole Maclean"
3737
__license__ = "MIT"
3838
__copyright__ = "Copyright 2021 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.masonry.api"
44

55
[tool.poetry]
66
name = "aiosmtplib"
7-
version = "1.1.5"
7+
version = "1.1.6"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <hi@colemaclean.dev>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)