Skip to content

Commit 6accd81

Browse files
committed
chore: set version to 3.0.1
1 parent de29dc3 commit 6accd81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

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

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

77
- Bugfix: 'Future exception was never retrieved' warning in SMTPProtocol
88
after successful connection close and garbage collection.

aiosmtplib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
__title__ = "aiosmtplib"
36-
__version__ = "3.0.1dev0"
36+
__version__ = "3.0.1"
3737
__author__ = "Cole Maclean"
3838
__license__ = "MIT"
3939
__copyright__ = "Copyright 2022 Cole Maclean"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "aiosmtplib"
7-
version = "3.0.1dev0"
7+
version = "3.0.1"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)