Skip to content

Commit

Permalink
release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed May 9, 2021
1 parent 5f7ca8e commit 10ff92a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

1.1.6
-----

- Bugfix: fix authenticated test failures (credit @P-EB)


1.1.5
-----

Expand Down
2 changes: 1 addition & 1 deletion aiosmtplib/__init__.py
Expand Up @@ -32,7 +32,7 @@


__title__ = "aiosmtplib"
__version__ = "1.1.5"
__version__ = "1.1.6"
__author__ = "Cole Maclean"
__license__ = "MIT"
__copyright__ = "Copyright 2021 Cole Maclean"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 10ff92a

Please sign in to comment.