Skip to content

Commit d220c72

Browse files
begin preparing 0.14.6
1 parent 4fc2cca commit d220c72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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)

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

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

0 commit comments

Comments
 (0)