Skip to content

Commit 7f4ea4b

Browse files
committed
update changelog.
1 parent 53f5bf2 commit 7f4ea4b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

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

3-
### 0.13.3 -- TBD
3+
### 0.13.3 -- Feb 9, 2022
44
* Bugfix - Fix error in listing ancestors, descendants with part tables.
55
* Bugfix - Fix Python 3.10 compatibility (#983) PR #972
66
* Bugfix - Allow renaming non-conforming attributes in proj (#982) PR #972

datajoint/expression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ def create(cls, arg1, arg2):
629629
result._support = [arg1, arg2]
630630
return result
631631

632-
633632
def make_sql(self):
634633
arg1, arg2 = self._support
635634
if not arg1.heading.secondary_attributes and not arg2.heading.secondary_attributes:

docs-parts/intro/Releases_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.13.3 -- TBD
1+
0.13.3 -- Feb 9, 2022
22
----------------------
33
* Bugfix - Fix error in listing ancestors, descendants with part tables.
44
* Bugfix - Fix Python 3.10 compatibility (#983) PR #972

0 commit comments

Comments
 (0)