Skip to content

Commit edc9f99

Browse files
committed
chore: 3.0.2 release
1 parent b4b3164 commit edc9f99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
22
=========
33

4-
3.0.2 (unreleased)
5-
------------------
4+
3.0.2
5+
-----
66

7+
- Bugfix: Type of "send" is partially unknown with pyright
78
- Change: Switched from Poetry to build/hatch/twine for packaging.
89

910

src/aiosmtplib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

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

0 commit comments

Comments
 (0)