From 82e540934b0297f081076783c2d11299d04425d8 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sun, 17 May 2020 21:14:59 -0700 Subject: v0.14 * Allow `None` to be used as key in pure-Python implementation. By @TIGirardi. --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 7eae57b..320031d 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.13' +__version__ = '0.14' -- cgit v1.2.3