Skip to content

Commit 86fffbc

Browse files
committed
v0.15
New Features * Add support for Python 3.10 and more tests (by @vstinner in 45105ec for #46, @hukkinj1 in d7f3eeb, f0b4fd4) * Make __repr__ more similar to other mapping types (by @ofek in 8af1502 for #17) Misc * Minor docs and CI fixes (by @MisterKeefe in 76e491c for #32, @fantix in 1282379 for #39)
1 parent f0b4fd4 commit 86fffbc

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.14'
13+
__version__ = '0.15'

0 commit comments

Comments
 (0)