File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Release notes
2
2
3
+ ** Note:** This file is no longer updated. See the GitHub change log page for the
4
+ latest release notes: < https://github.com/datajoint/datajoint-python/releases > .
5
+
3
6
### 0.14.3 -- Sep 23, 2024
4
7
- Added - ` dj.Top ` restriction - PR [ #1024 ] ( https://github.com/datajoint/datajoint-python/issues/1024 ) ) PR [ #1084 ] ( https://github.com/datajoint/datajoint-python/pull/1084 )
5
8
- Fixed - Added encapsulating double quotes to comply with [ DOT language] ( https://graphviz.org/doc/info/lang.html ) - PR [ #1177 ] ( https://github.com/datajoint/datajoint-python/pull/1177 )
Original file line number Diff line number Diff line change 1
1
# version bump auto managed by Github Actions:
2
2
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
3
3
# manually set this version will be eventually overwritten by the above actions
4
- __version__ = "0.14.4 "
4
+ __version__ = "0.14.6 "
5
5
6
6
assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments