Skip to content

Commit 6438576

Browse files
committed
chore: set version to 4.0.0
1 parent 332ad36 commit 6438576

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

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

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

77
- **BREAKING**: Drop Python 3.8 support
88
- Bugfix: Run `socket.getfqdn` in thread to avoid blocking event loop

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__ = "4.0.0dev0"
37+
__version__ = "4.0.0"
3838
__author__ = "Cole Maclean"
3939
__license__ = "MIT"
4040
__copyright__ = "Copyright 2022 Cole Maclean"

0 commit comments

Comments
 (0)