We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5d205 commit ce1819bCopy full SHA for ce1819b
2 files changed
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
aiosmtplib changes
2
==================
3
4
-master
5
-------
+1.0.2
+-----
6
7
- Bugfix: Close connection lock on on SMTPServerDisconnected
8
src/aiosmtplib/__init__.py
@@ -16,7 +16,7 @@
16
17
18
__title__ = 'aiosmtplib'
19
-__version__ = '1.0.1'
+__version__ = '1.0.2'
20
__author__ = 'Cole Maclean'
21
__license__ = 'MIT'
22
__copyright__ = 'Copyright 2017 Cole Maclean'
0 commit comments