File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Release notes
2
2
3
+ ### 0.13.4 -- TBA
4
+ * Bugfid - Fix error when fetching data that was inserted as 32-bit
5
+
3
6
### 0.13.3 -- Feb 9, 2022
4
7
* Bugfix - Fix error in listing ancestors, descendants with part tables.
5
8
* Bugfix - Fix Python 3.10 compatibility (#983 ) PR #972
Original file line number Diff line number Diff line change 1
- __version__ = "0.13.3 "
1
+ __version__ = "0.13.4 "
2
2
3
3
assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
Original file line number Diff line number Diff line change
1
+ 0.13.4 -- TBA
2
+ ----------------------
3
+ * Bugfix - Fix error when fetching data that was inserted as 32-bit
4
+
1
5
0.13.3 -- Feb 9, 2022
2
6
----------------------
3
7
* Bugfix - Fix error in listing ancestors, descendants with part tables.
You can’t perform that action at this time.
0 commit comments