Skip to content

Commit

Permalink
remove pytest plugin from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Jan 18, 2023
1 parent 8bb5a8b commit 7353cd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions mailers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from mailers.mailer import Mailer, TemplatedMailer
from mailers.message import Email
from mailers.preprocessors import Preprocessor
from mailers.pytest_plugin import Mailbox
from mailers.signers import Signer
from mailers.transports import (
FileTransport,
Expand Down Expand Up @@ -32,5 +31,4 @@
"TemplatedMailer",
"create_transport_from_url",
"MultiTransport",
"Mailbox",
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mailers"
version = "3.0.0"
version = "3.0.1"
description = "Email delivery for asyncio."
authors = ["alex.oleshkevich <alex.oleshkevich@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7353cd8

Please sign in to comment.