Skip to content

Commit 31a371a

Browse files
Bump version, update 0.13.0 release date, and update release log.
1 parent 0a77bcd commit 31a371a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release notes
22

3-
### 0.13.0 -- Mar 19, 2021
3+
### 0.13.0 -- Mar 24, 2021
44
* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754
55
* Re-implement cascading deletes for better performance. PR #839.
66
* Add table method `.update1` to update a row in the table with new values PR #763
@@ -11,6 +11,7 @@
1111
* Default enable_python_native_blobs to True
1212
* Bugfix - Regression error on joins with same attribute name (#857) PR #878
1313
* Bugfix - Error when `fetch1('KEY')` when `dj.config['fetch_format']='frame'` set (#876) PR #880, #878
14+
* Bugfix - Error when cascading deletes in tables with many, complex keys (#883, #886) PR #839
1415
* Drop support for Python 3.5
1516

1617
### 0.12.8 -- Jan 12, 2021

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.dev6"
1+
__version__ = "0.13.dev7"
22

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

docs-parts/intro/Releases_lang1.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.13.0 -- Mar 19, 2021
1+
0.13.0 -- Mar 24, 2021
22
----------------------
33
* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754
44
* Re-implement cascading deletes for better performance. PR #839.
@@ -10,6 +10,7 @@
1010
* Default enable_python_native_blobs to True
1111
* Bugfix - Regression error on joins with same attribute name (#857) PR #878
1212
* Bugfix - Error when `fetch1('KEY')` when `dj.config['fetch_format']='frame'` set (#876) PR #880, #878
13+
* Bugfix - Error when cascading deletes in tables with many, complex keys (#883, #886) PR #839
1314
* Drop support for Python 3.5
1415

1516
0.12.8 -- Jan 12, 2021

0 commit comments

Comments
 (0)