Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Nov 9, 2019
1 parent b922cf1 commit 37d0507
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

1.1.1 (unreleased)
------------------
1.1.1
-----

- Bugfix: Fix handling of sending legacy email API (Message) objects.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "aiosmtplib"
version = "1.1.1a0"
version = "1.1.1"
description = "asyncio SMTP client"
authors = ["Cole Maclean <hi@colemaclean.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/aiosmtplib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


__title__ = "aiosmtplib"
__version__ = "1.1.1a0"
__version__ = "1.1.1"
__author__ = "Cole Maclean"
__license__ = "MIT"
__copyright__ = "Copyright 2019 Cole Maclean"
Expand Down

0 comments on commit 37d0507

Please sign in to comment.