Skip to content

Commit

Permalink
v0.13
Browse files Browse the repository at this point in the history
Bugfixes

* Various improvements w.r.t. type annotations & typing
  support (by @hukkinj1)

* Fix pure-Python implementation to accept keyword argument
  "col" correctly (by @hukkinj1)
  • Loading branch information
1st1 committed May 13, 2020
1 parent f2c4933 commit 469ae74
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.12'
__version__ = '0.13'

0 comments on commit 469ae74

Please sign in to comment.