Skip to content

Commit

Permalink
Release v1.4.5 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Mar 3, 2024
1 parent aa3a7fa commit 242f226
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiosmtpd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


__version__ = "1.4.4.post2"
__version__ = "1.4.5"


def _get_or_new_eventloop() -> asyncio.AbstractEventLoop:
Expand Down
6 changes: 6 additions & 0 deletions aiosmtpd/docs/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Fixed/Improved
* A whole bunch of annotations


1.4.5 (2024-03-02)
==================

* Fixed incorrect handling of newlines.


1.4.4.post2 (2023-01-19)
========================

Expand Down
2 changes: 1 addition & 1 deletion aiosmtpd/tests/test_smtpsmuggling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-2021 The aiosmtpd Developers
# Copyright 2024 The aiosmtpd Developers
# SPDX-License-Identifier: Apache-2.0

"""Test SMTP smuggling."""
Expand Down

0 comments on commit 242f226

Please sign in to comment.