From 15a9654e8bc89be4999f4b895f80dc53f35f75e5 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Sat, 7 Aug 2021 12:33:36 -0700 Subject: immutables v0.16 Updates ======= * Refactor typings (by @bryanforbes in 39f9f0de and @msullivan in 4a175499) * Update Python 3.10 support, drop Python 3.5 (by @elprans in fa355239 and 189b959d) Fixes ===== * Fix test_none_collisions on 32-bit systems (#69) (by @elprans in fa355239 for #69) Misc ==== * Clarify the license of the included pythoncapi_compat.h header (by @elprans in 67c5edfb for #64) * Use cibuildwheel to build wheels (#70) (by @elprans in f671cb4d for #70) --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 5896713..34d82ef 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.15' +__version__ = '0.16' -- cgit v1.2.3