Skip to content

Commit

Permalink
Fix git version function in sphinx conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 21, 2015
1 parent 01a4ba7 commit ee45b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# built documents.
#
# The short X.Y version.
version = gitversion.getversions()['version']
version = gitversion.get_versions()['version']
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit ee45b17

Please sign in to comment.