We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1c2e1 commit 61ce712Copy full SHA for 61ce712
3 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Release notes
2
3
+### 0.13.4 -- TBA
4
+* Bugfid - Fix error when fetching data that was inserted as 32-bit
5
+
6
### 0.13.3 -- Feb 9, 2022
7
* Bugfix - Fix error in listing ancestors, descendants with part tables.
8
* Bugfix - Fix Python 3.10 compatibility (#983) PR #972
datajoint/version.py
@@ -1,3 +1,3 @@
-__version__ = "0.13.3"
+__version__ = "0.13.4"
assert len(__version__) <= 10 # The log table limits version to the 10 characters
docs-parts/intro/Releases_lang1.rst
@@ -1,3 +1,7 @@
+0.13.4 -- TBA
+----------------------
+* Bugfix - Fix error when fetching data that was inserted as 32-bit
0.13.3 -- Feb 9, 2022
----------------------
0 commit comments