Skip to content

Commit

Permalink
release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Apr 25, 2021
1 parent f0b755c commit cdb8d1b
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.5 (unreleased)
------------------
1.1.5
-----

- Bugfix: avoid raising ``asyncio.CancelledError`` on connection lost
- Bugfix: allow UTF-8 chars in usernames and password strings
Expand Down
2 changes: 1 addition & 1 deletion aiosmtplib/__init__.py
Expand Up @@ -32,7 +32,7 @@


__title__ = "aiosmtplib"
__version__ = "1.1.5.dev0"
__version__ = "1.1.5"
__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.dev0"
version = "1.1.5"
description = "asyncio SMTP client"
authors = ["Cole Maclean <hi@colemaclean.dev>"]
license = "MIT"
Expand Down

0 comments on commit cdb8d1b

Please sign in to comment.