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 11## Release notes
22
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+
36### 0.14.3 -- Sep 23, 2024
47- Added - ` dj.Top ` restriction - PR [ #1024 ] ( https://github.com/datajoint/datajoint-python/issues/1024 ) ) PR [ #1084 ] ( https://github.com/datajoint/datajoint-python/pull/1084 )
58- 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 11# version bump auto managed by Github Actions:
22# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
33# manually set this version will be eventually overwritten by the above actions
4- __version__ = "0.14.4 "
4+ __version__ = "0.14.6 "
55
66assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments