Skip to content

Commit

Permalink
Increment version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Apr 22, 2019
1 parent c6db159 commit 8b323bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
aiosmtplib changes
==================

1.0.5
-----

- Bugfix: Connection is now closed if an error response is recieved
immediately after connecting.


1.0.4
-----
Expand Down
2 changes: 1 addition & 1 deletion src/aiosmtplib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


__title__ = "aiosmtplib"
__version__ = "1.0.4"
__version__ = "1.0.5"
__author__ = "Cole Maclean"
__license__ = "MIT"
__copyright__ = "Copyright 2019 Cole Maclean"
Expand Down

0 comments on commit 8b323bf

Please sign in to comment.