Skip to content

Commit

Permalink
immutables v0.16
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
elprans committed Aug 7, 2021
1 parent f671cb4 commit 15a9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immutables/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 15a9654

Please sign in to comment.