Skip to content

Commit 15a9654

Browse files
committed
immutables v0.16
Updates ======= * Refactor typings (by @bryanforbes in 39f9f0d and @msullivan in 4a17549) * Update Python 3.10 support, drop Python 3.5 (by @elprans in fa35523 and 189b959) Fixes ===== * Fix test_none_collisions on 32-bit systems (#69) (by @elprans in fa35523 for #69) Misc ==== * Clarify the license of the included pythoncapi_compat.h header (by @elprans in 67c5edf for #64) * Use cibuildwheel to build wheels (#70) (by @elprans in f671cb4 for #70)
1 parent f671cb4 commit 15a9654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

immutables/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# supported platforms, publish the packages on PyPI, merge the PR
1111
# to the target branch, create a Git tag pointing to the commit.
1212

13-
__version__ = '0.15'
13+
__version__ = '0.16'

0 commit comments

Comments
 (0)