Skip to content

Commit cdb8d1b

Browse files
committed
release 1.1.5
1 parent f0b755c commit cdb8d1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
1.1.5 (unreleased)
5-
------------------
4+
1.1.5
5+
-----
66

77
- Bugfix: avoid raising ``asyncio.CancelledError`` on connection lost
88
- Bugfix: allow UTF-8 chars in usernames and password strings

aiosmtplib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
__title__ = "aiosmtplib"
35-
__version__ = "1.1.5.dev0"
35+
__version__ = "1.1.5"
3636
__author__ = "Cole Maclean"
3737
__license__ = "MIT"
3838
__copyright__ = "Copyright 2021 Cole Maclean"

pyproject.toml

+1-1
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.dev0"
7+
version = "1.1.5"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)