diff options
author | Yury Selivanov <yury@edgedb.com> | 2020-05-17 21:14:59 -0700 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2020-05-17 21:36:34 -0700 |
commit | 82e540934b0297f081076783c2d11299d04425d8 (patch) | |
tree | e575cecc8129db13211c3198e071fe509c63208d | |
parent | 7b28a1275a80dfcfefaa9775dbf5f3231e3952a1 (diff) | |
download | immutables-82e540934b0297f081076783c2d11299d04425d8.tar.gz immutables-82e540934b0297f081076783c2d11299d04425d8.zip |
v0.14v0.14
* Allow `None` to be used as key in pure-Python implementation.
By @TIGirardi.
-rw-r--r-- | immutables/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |