diff options
author | Fantix King <fantix.king@gmail.com> | 2021-02-09 16:30:12 -0500 |
---|---|---|
committer | Fantix King <fantix.king@gmail.com> | 2021-02-09 20:10:52 -0500 |
commit | 8868cbc8ef6823cc857220668e10be670a171473 (patch) | |
tree | 0cbcf536618561cc40f7b20ac9836dab03c6cd09 | |
parent | c6d3c86914ff3cacdb750efb3ca1f94efe7d3369 (diff) | |
download | immutables-8868cbc8ef6823cc857220668e10be670a171473.tar.gz immutables-8868cbc8ef6823cc857220668e10be670a171473.zip |
v0.15v0.15
New Features
* Add support for Python 3.10 and more tests
(by @vstinner in 45105ecd for #46, @hukkinj1 in d7f3eebb, f0b4fd40)
* Make __repr__ more similar to other mapping types
(by @ofek in 8af15021 for #17)
Misc
* Minor docs and CI fixes
(by @MisterKeefe in 76e491cf for #32, @fantix in 1282379d for #39)
-rw-r--r-- | immutables/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/immutables/_version.py b/immutables/_version.py index 320031d..5896713 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.14' +__version__ = '0.15' |