Skip to content

Commit 3b3f447

Browse files
Update version + changelog.
1 parent 6e53b72 commit 3b3f447

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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

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.7"
1+
__version__ = "0.13.8"
22

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

0 commit comments

Comments
 (0)