aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@edgedb.com>2021-08-07 12:33:36 -0700
committerElvis Pranskevichus <elvis@edgedb.com>2021-08-07 12:33:36 -0700
commit15a9654e8bc89be4999f4b895f80dc53f35f75e5 (patch)
treead51b8c7f4d6d8b5e3671d83748efde554d65c75
parentf671cb4dbb84e5e575757bdf9c053ee797863eae (diff)
downloadimmutables-15a9654e8bc89be4999f4b895f80dc53f35f75e5.tar.gz
immutables-15a9654e8bc89be4999f4b895f80dc53f35f75e5.zip
immutables v0.16v0.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)
-rw-r--r--immutables/_version.py2
1 files changed, 1 insertions, 1 deletions
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'