Skip to content

Commit 61ce712

Browse files
committed
update docs and version
1 parent 3b1c2e1 commit 61ce712

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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.4 -- TBA
4+
* Bugfid - Fix error when fetching data that was inserted as 32-bit
5+
36
### 0.13.3 -- Feb 9, 2022
47
* Bugfix - Fix error in listing ancestors, descendants with part tables.
58
* Bugfix - Fix Python 3.10 compatibility (#983) PR #972

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

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

docs-parts/intro/Releases_lang1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.13.4 -- TBA
2+
----------------------
3+
* Bugfix - Fix error when fetching data that was inserted as 32-bit
4+
15
0.13.3 -- Feb 9, 2022
26
----------------------
37
* Bugfix - Fix error in listing ancestors, descendants with part tables.

0 commit comments

Comments
 (0)