Skip to content

Commit eb59588

Browse files
committed
chore: v5.1.0
1 parent d8100f8 commit eb59588

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
5.1.0
5+
-----
6+
7+
- Feature: Add XOAUTH2 authentication support
8+
9+
410
5.0.0
511
-----
612

src/aiosmtplib/__init__.py

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

3535

3636
__title__ = "aiosmtplib"
37-
__version__ = "5.0.0"
37+
__version__ = "5.1.0"
3838
__author__ = "Cole Maclean"
3939
__license__ = "MIT"
4040
__copyright__ = "Copyright 2022 Cole Maclean"

0 commit comments

Comments
 (0)