We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518ba94 commit cbfcc55Copy full SHA for cbfcc55
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Release notes
2
3
+### 0.13.5 -- May 13, 2022
4
+* Update - Import ABC from collections.abc for Python 3.10 compatibility
5
+
6
### 0.13.4 -- March, 28 2022
7
* Add - Allow reading blobs produced by legacy 32-bit compiled mYm library for matlab. PR #995
8
* Bugfix - Add missing `jobs` argument for multiprocessing PR #997
datajoint/version.py
@@ -1,3 +1,3 @@
-__version__ = "0.13.4"
+__version__ = "0.13.5"
assert len(__version__) <= 10 # The log table limits version to the 10 characters
0 commit comments