Skip to content

Commit

Permalink
Fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoluan committed Mar 24, 2021
1 parent 0bf44ac commit f146e6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions aiosmtpd/docs/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Fixed/Improved
--------------
* All Controllers now have more rationale design, as they are now composited from a Base + a Mixin
* A whole bunch of annotations
* A whole bunch of annotations


1.4.2 (2021-03-08)
Expand Down Expand Up @@ -42,15 +41,6 @@ Fixed/Improved
* Maximum length of email address local part is customizable, defaults to no limit. (Closes #257)


1.4.1 (aiosmtpd-next)
=====================

Fixed/Improved
--------------
* Maximum length of email address local part is customizable, defaults to no limit. (Closes #257)



1.4.0 (2021-02-26)
==================

Expand Down
2 changes: 0 additions & 2 deletions aiosmtpd/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
from aiosmtpd.testing.statuscodes import SMTP_STATUS_CODES as S
from aiosmtpd.tests.conftest import AUTOSTOP_DELAY, SERVER_CRT, SERVER_KEY

from .conftest import AUTOSTOP_DELAY

try:
import pwd
except ImportError:
Expand Down

0 comments on commit f146e6b

Please sign in to comment.