We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b3164 commit edc9f99Copy full SHA for edc9f99
CHANGELOG.rst
@@ -1,9 +1,10 @@
1
Changelog
2
=========
3
4
-3.0.2 (unreleased)
5
-------------------
+3.0.2
+-----
6
7
+- Bugfix: Type of "send" is partially unknown with pyright
8
- Change: Switched from Poetry to build/hatch/twine for packaging.
9
10
src/aiosmtplib/__init__.py
@@ -34,7 +34,7 @@
34
35
36
__title__ = "aiosmtplib"
37
-__version__ = "3.0.2dev0"
+__version__ = "3.0.2"
38
__author__ = "Cole Maclean"
39
__license__ = "MIT"
40
__copyright__ = "Copyright 2022 Cole Maclean"
0 commit comments