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 11## Release notes
22
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+
36### 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
69* Update - Add traceback to default logging PR #1036
710
811### 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 "
22
33assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments