Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update version.py to 0.14.6
  • Loading branch information
github-actions committed Jul 31, 2025
commit a9eaf22b8064ff5ada62cf70f71072ff15d5959a
2 changes: 1 addition & 1 deletion datajoint/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# version bump auto managed by Github Actions:
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
# manually set this version will be eventually overwritten by the above actions
__version__ = "0.14.5"
__version__ = "0.14.6"

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