Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 16, 2020
1 parent d96c078 commit 68123f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiokef/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_version_from_git():
for opts in [["--first-parent"], []]:
try:
p = subprocess.Popen(
["git", "describe", "--long", "--always"] + opts,
["git", "describe", "--long", "--always", "--tags"] + opts,
cwd=distr_root,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit 68123f5

Please sign in to comment.