From ac97f0fdb37943036174d1ccbd9cd0460082018e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 14 Nov 2022 22:37:33 +0200 Subject: [PATCH] Added the release version --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9cd233f..d810a5a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version history This library adheres to `Semantic Versioning 2.0 `_. -**UNRELEASED** +**1.0.3** - Fixed monkey patching breaking suggestions (on a ``NameError`` or ``AttributeError``) on Python 3.10 (#41; PR by Carl Friedrich Bolz-Tereick)