Skip to content

Commit 94f43c0

Browse files
committed
v2.0.1
1 parent b1e741b commit 94f43c0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.0.1
5+
-----
6+
7+
- Bugfix: "tests" and "docs" in the sdist should be includes, not packages,
8+
so that they do not get put in ``site-packages``.
9+
10+
411
2.0.0
512
-----
613

aiosmtplib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
__title__ = "aiosmtplib"
35-
__version__ = "2.0.0"
35+
__version__ = "2.0.1"
3636
__author__ = "Cole Maclean"
3737
__license__ = "MIT"
3838
__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 = "2.0.0"
7+
version = "2.0.1"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)