From 99b513796a7d02b506909f5e8266e9956a73365d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 10 Mar 2021 15:42:16 -0600 Subject: [PATCH] Fix versionadded for KeyBuilder.new_hash --- pytools/persistent_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/persistent_dict.py b/pytools/persistent_dict.py index df9f2f5..f48027f 100644 --- a/pytools/persistent_dict.py +++ b/pytools/persistent_dict.py @@ -186,7 +186,7 @@ class KeyBuilder: this to create new hashes. Not doing so is deprecated and may stop working as early as 2022. - .. versionadded:: 2021.1.3 + .. versionadded:: 2021.2 """ # this exists so that we can (conceivably) switch algorithms at some point -- GitLab