We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc2cca commit 7c570d1Copy full SHA for 7c570d1
datajoint/version.py
@@ -1,6 +1,6 @@
1
# version bump auto managed by Github Actions:
2
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
3
# manually set this version will be eventually overwritten by the above actions
4
-__version__ = "0.14.4"
+__version__ = "0.14.5"
5
6
assert len(__version__) <= 10 # The log table limits version to the 10 characters
0 commit comments