From b34d8bd3c09fb4edc679eb4f6b93817871d03bd9 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Wed, 9 Oct 2024 20:32:31 -0400 Subject: [PATCH] immutables v0.21 Changes ======= * Drop typing_extensions dependency (#114) (by @nicoddemus in 3ba46f71 for #114) Fixes ===== * Replace `_PyLong_Format` with `PyNumber_ToBase` (#118) (by @musicinmybrain in 81d7c92d for #116) --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 4ff4999d..e5c270cb 100644 --- a/immutables/_version.py +++ b/immutables/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.20' +__version__ = '0.21'