diff --git a/README.md b/README.md
index da0ce3c02..e582c8ec5 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@
Since Release |
-
-
+
+
|
diff --git a/datajoint/version.py b/datajoint/version.py
index b51d5935a..5fb608cef 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.5"
+__version__ = "0.14.6"
assert len(__version__) <= 10 # The log table limits version to the 10 characters