Skip to content

Commit

Permalink
Merge pull request #67 from vreuter/master
Browse files Browse the repository at this point in the history
Update versionfile for docs build
  • Loading branch information
vreuter committed Mar 1, 2017
2 parents d396d7b + cbc802f commit 4840c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = open(os.path.join("..", "..", "VERSION")).read().strip()
version = open(os.path.join("..", "..", "looper", "_version.py")).read().strip().split(" ")[-1].strip('"')
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 4840c63

Please sign in to comment.