Skip to content

Commit 4ccb970

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

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

0 commit comments

Comments
 (0)