Skip to content

Commit cbfcc55

Browse files
authored
Update version and changelog
1 parent 518ba94 commit cbfcc55

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release notes
22

3+
### 0.13.5 -- May 13, 2022
4+
* Update - Import ABC from collections.abc for Python 3.10 compatibility
5+
36
### 0.13.4 -- March, 28 2022
47
* Add - Allow reading blobs produced by legacy 32-bit compiled mYm library for matlab. PR #995
58
* Bugfix - Add missing `jobs` argument for multiprocessing PR #997

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.13.4"
1+
__version__ = "0.13.5"
22

33
assert len(__version__) <= 10 # The log table limits version to the 10 characters

0 commit comments

Comments
 (0)