Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Jan 7, 2023
1 parent b1e741b commit 94f43c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2.0.1
-----

- Bugfix: "tests" and "docs" in the sdist should be includes, not packages,
so that they do not get put in ``site-packages``.


2.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion aiosmtplib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


__title__ = "aiosmtplib"
__version__ = "2.0.0"
__version__ = "2.0.1"
__author__ = "Cole Maclean"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Cole Maclean"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

0 comments on commit 94f43c0

Please sign in to comment.