Skip to content

Commit

Permalink
immutables v0.20
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
elprans committed Aug 14, 2023
1 parent 5e6f2b7 commit 4ccb970
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.20.dev0'
__version__ = '0.20'

0 comments on commit 4ccb970

Please sign in to comment.