Skip to content

Commit 4ccb970

Browse files
committed
immutables v0.20
Changes ======= * Enable support for pattern matching (#96) (by @antonagestam in 7071a24 for #96) * add support for aix/sunos (#98) (by @mattp- in 765e4ee for #98) * Python 3.12 compatibility (#105) (by @elprans in f797822 for #105) * Add __contains__ to MapKeys (#99) (by @msullivan in 6790111 for #99) * Add PEP 585 GenericAlias support (#101) (by @eltoder in 9ce64c5 for #101) * Move metadata to `pyproject.toml`, fix test fixture inclusion in sdist (#111) (by @elprans in ea65656 for #111)
1 parent 5e6f2b7 commit 4ccb970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

immutables/_version.py

+1-1
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.20.dev0'
13+
__version__ = '0.20'

0 commit comments

Comments
 (0)