diff --git a/README.md b/README.md index eecee41a0..da0ce3c02 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Since Release - - commit since last release + + commit since last release diff --git a/datajoint/version.py b/datajoint/version.py index 3f48dc939..b51d5935a 100644 --- a/datajoint/version.py +++ b/datajoint/version.py @@ -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.4" +__version__ = "0.14.5" assert len(__version__) <= 10 # The log table limits version to the 10 characters