aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2020-05-13 13:39:23 -0700
committerYury Selivanov <yury@edgedb.com>2020-05-13 13:40:59 -0700
commit469ae74eb68acd4df1c8897e8c3a45e63973872a (patch)
tree58c1cb2a4d931f808254b5cd2d528f7bb9c03224
parentf2c49336def4e11025e0533467a4d7d889bf2b4d (diff)
downloadimmutables-469ae74eb68acd4df1c8897e8c3a45e63973872a.tar.gz
immutables-469ae74eb68acd4df1c8897e8c3a45e63973872a.zip
v0.13v0.13
Bugfixes * Various improvements w.r.t. type annotations & typing support (by @hukkinj1) * Fix pure-Python implementation to accept keyword argument "col" correctly (by @hukkinj1)
-rw-r--r--immutables/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/immutables/_version.py b/immutables/_version.py
index 2296fca..7eae57b 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.12'
+__version__ = '0.13'