From 06e2a04a65c4a9a46746dcf02579faf512947c1c Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Wed, 14 Sep 2022 10:29:35 -0700 Subject: [PATCH] immutables v0.19 Changes ======= Support for Python 3.11 --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index b8cc76f4..68512c58 100644 --- a/immutables/_version.py +++ b/immutables/_version.py @@ -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.18' +__version__ = '0.19'