Skip to content

Commit

Permalink
v0.15
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fantix committed Feb 10, 2021
1 parent c6d3c86 commit 8868cbc
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.14'
__version__ = '0.15'

0 comments on commit 8868cbc

Please sign in to comment.