Skip to content

Commit 397befe

Browse files
remove conflict from changelogs
1 parent 89cdd11 commit 397befe

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

CHANGELOG.md

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

3-
### 0.13.0 -- February 15, 2021
3+
### 0.13.0 -- Feb 15, 2021
44
* Reimplement query parsing, fixing issues (#386, #449, #450, #484). PR #754
55
* Add table method `.update1` to update a row in the table with new values
66
* Python datatypes are now enabled by default in blobs (#761). PR #785
@@ -9,7 +9,7 @@
99
* Allow updating specified secondary attributes using `update1` PR #763
1010
* add dj.key_hash reference to dj.hash.key_hash, treat as 'public api'
1111
* default enable_python_native_blobs to True
12-
* Remove python 3.5 support
12+
* Drop support for Python 3.5
1313

1414
### 0.12.8 -- Jan 12, 2021
1515
* table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833

docs-parts/intro/Releases_lang1.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
1-
<<<<<<< HEAD
2-
0.13.0 -- Jan 11, 2021
3-
---------------------
1+
0.13.0 -- Feb 15, 2021
2+
----------------------
43
* Reimplement query parsing, fixing issues (#386, #449, #450, #484). PR #754
54
* Add table method `.update1` to update a row in the table with new values
65
* Python datatypes are now enabled by default in blobs (#761). PR #785
76
* Added permissive join and restriction operators `@` and `^` (#785) PR #754
8-
9-
0.12.8 -- Dec 22, 2020
10-
=======
11-
0.13.0 -- TBD
12-
----------------------
137
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
148
* Allow updating specified secondary attributes using `update1` PR #763
159
* add dj.key_hash reference to dj.hash.key_hash, treat as 'public api'
1610
* default enable_python_native_blobs to True
17-
* Remove python 3.5 support
11+
* Drop support for Python 3.5
1812

1913
0.12.8 -- Jan 12, 2021
20-
>>>>>>> 939ca8bc1a0e9483d348ba1e5504b53608de22a8
2114
----------------------
2215
* table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833
2316
* Load dependencies before querying dependencies. (#179) PR #833

0 commit comments

Comments
 (0)