From 8868cbc8ef6823cc857220668e10be670a171473 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Tue, 9 Feb 2021 16:30:12 -0500 Subject: v0.15 New Features * Add support for Python 3.10 and more tests (by @vstinner in 45105ecd for #46, @hukkinj1 in d7f3eebb, f0b4fd40) * Make __repr__ more similar to other mapping types (by @ofek in 8af15021 for #17) Misc * Minor docs and CI fixes (by @MisterKeefe in 76e491cf for #32, @fantix in 1282379d for #39) --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 320031d..5896713 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.14' +__version__ = '0.15' -- cgit v1.2.3