Skip to content

Commit

Permalink
chore: set version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Nov 2, 2023
1 parent de29dc3 commit 6accd81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

3.0.1 (unreleased)
------------------
3.0.1
-----

- Bugfix: 'Future exception was never retrieved' warning in SMTPProtocol
after successful connection close and garbage collection.
Expand Down
2 changes: 1 addition & 1 deletion aiosmtplib/__init__.py
Expand Up @@ -33,7 +33,7 @@


__title__ = "aiosmtplib"
__version__ = "3.0.1dev0"
__version__ = "3.0.1"
__author__ = "Cole Maclean"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Cole Maclean"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "aiosmtplib"
version = "3.0.1dev0"
version = "3.0.1"
description = "asyncio SMTP client"
authors = ["Cole Maclean <hi@colemaclean.dev>"]
license = "MIT"
Expand Down

0 comments on commit 6accd81

Please sign in to comment.