Skip to content

Commit ea0e9c4

Browse files
authored
Merge pull request #1231 from datajoint/update-version-0.14.4
[github-actions]Update version.py to Release 0.14.4
2 parents e0e337f + b737b41 commit ea0e9c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<tr>
3131
<td>Since Release</td>
3232
<td>
33-
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.3...master">
34-
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/latest?color=red" alt="commit since last release" />
33+
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.4...master">
34+
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.4?color=red" alt="commit since last release" />
3535
</a>
3636
</td>
3737
</tr>

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# version bump auto managed by Github Actions:
22
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
33
# manually set this version will be eventually overwritten by the above actions
4-
__version__ = "0.14.3"
4+
__version__ = "0.14.4"
55

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

0 commit comments

Comments
 (0)