File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Release notes
2
2
3
+ ### 0.13.8 -- Sep 28, 2022
4
+ * Bugfix - Fix queries with backslashes ([ #999 ] ( https://github.com/datajoint/datajoint-python/issues/999 ) ) PR [ #1052 ] ( https://github.com/datajoint/datajoint-python/pull/1052 )
5
+
3
6
### 0.13.7 -- Jul 13, 2022
4
- * Bugfix - Fix networkx incompatable change by version pinning to 2.6.3 PR # 1036 (#1035 )
5
- * Add - Support for serializing numpy datetime64 types PR # 1036 (#1022 )
7
+ * Bugfix - Fix networkx incompatable change by version pinning to 2.6.3 (#1035 ) PR # 1036
8
+ * Add - Support for serializing numpy datetime64 types (#1022 ) PR # 1036
6
9
* Update - Add traceback to default logging PR #1036
7
10
8
11
### 0.13.6 -- Jun 13, 2022
Original file line number Diff line number Diff line change 1
- __version__ = "0.13.7 "
1
+ __version__ = "0.13.8 "
2
2
3
3
assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments