diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index c41fb1da..f341b0a7 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -67,12 +67,18 @@ will be signed using one of the following GPG Keys: .. In the third column, refrain from putting in a direct link to keep the table tidy. Rather, use the |...|_ construct and do the replacement+linking directive below the table -+-------------------------+--------------------------------+-----------+ -| GPG Key ID | Owner / Email | Key | -+=========================+================================+===========+ -| ``5D60 CE28 9CD7 C258`` | | Pandu POLUAN / | |pep_gh|_ | -| | | pepoluan at gmail period com | | -+-------------------------+--------------------------------+-----------+ ++-------------------------+------------------------------------+-----------+ +| GPG Key ID | Owner / Email | Key | ++=========================+====================================+===========+ +| ``5D60 CE28 9CD7 C258`` | | Pandu POLUAN / | |pep_gh|_ | +| | | pepoluan at gmail period com | | ++-------------------------+------------------------------------+-----------+ +| ``5555 A6A6 7AE1 DC91`` | | Pandu E POLUAN | | +| | | pepoluan at gmail period com | | ++-------------------------+------------------------------------+-----------+ +| ``E309 FD82 73BD 8465`` | | Wayne Werner | | +| | | waynejwerner at gmail period com | | ++-------------------------+------------------------------------+-----------+ .. .. The |_| contruct is U+00A0 (non-breaking space), defined at the start of the file .. |pep_gh| replace:: On |_| GitHub diff --git a/aiosmtpd/__init__.py b/aiosmtpd/__init__.py index 63a070cd..0d570247 100644 --- a/aiosmtpd/__init__.py +++ b/aiosmtpd/__init__.py @@ -1,4 +1,4 @@ # Copyright 2014-2021 The aiosmtpd Developers # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.4.3rc1" +__version__ = "1.4.3rc2" diff --git a/aiosmtpd/docs/NEWS.rst b/aiosmtpd/docs/NEWS.rst index 003b8b96..f77c7c77 100644 --- a/aiosmtpd/docs/NEWS.rst +++ b/aiosmtpd/docs/NEWS.rst @@ -16,7 +16,7 @@ Fixed/Improved * A whole bunch of annotations -1.4.3rc1 (2022-12-16) +1.4.3rc2 (2022-12-18) ===================== Fixed/Improved @@ -28,6 +28,7 @@ Fixed/Improved * Add Python 3.10 & 3.11, PyPy 3.7 & 3.8, Ubuntu 22.04, MacOS 11 & 12 * Longer AUTOSTOP_DELAY especially for Windows (Closes #313) +* Update signing keys 1.4.2 (2021-03-08)