Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<tr>
<td>Since Release</td>
<td>
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.5...master">
<img id="commit-since-release-img" src="https://img.shields.io/github.amrom.workers.devmits-since/datajoint/datajoint-python/v0.14.5?color=red" alt="commit since last release" />
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.6...master">
<img id="commit-since-release-img" src="https://img.shields.io/github.amrom.workers.devmits-since/datajoint/datajoint-python/v0.14.6?color=red" alt="commit since last release" />
</a>
</td>
</tr>
Expand Down
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