Skip to content

Commit ce1819b

Browse files
committed
version 1.0.2
1 parent 3b5d205 commit ce1819b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
aiosmtplib changes
22
==================
33

4-
master
5-
------
4+
1.0.2
5+
-----
66

77
- Bugfix: Close connection lock on on SMTPServerDisconnected
88

src/aiosmtplib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
__title__ = 'aiosmtplib'
19-
__version__ = '1.0.1'
19+
__version__ = '1.0.2'
2020
__author__ = 'Cole Maclean'
2121
__license__ = 'MIT'
2222
__copyright__ = 'Copyright 2017 Cole Maclean'

0 commit comments

Comments
 (0)