From 6b2f1721d58c78c5f5f2d14d2fe379c1f5e5962c Mon Sep 17 00:00:00 2001 From: Kees Hink Date: Mon, 4 Aug 2025 11:08:42 +0200 Subject: [PATCH] Change 3.14.1 release date from August to May 26 https://pytest-mock.readthedocs.io/en/latest/changelog.html#id1 currently shows "3.14.1 (2025-08-26)". It's only 2025-08-04 now, so that can't be right. https://pypi.org/project/pytest-mock/#history says May 26, 2025. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a826133..6ecdab3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Releases ======== -3.14.1 (2025-08-26) +3.14.1 (2025-05-26) ------------------- * `#503 `_: Python 3.14 is now officially supported.