Skip to content

Commit

Permalink
Get version from the code
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartpark committed Jan 31, 2017
1 parent 90308d0 commit 107cd6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@
# built documents.
#
# The short X.Y version.
version = u'0.2.0'
from fdep import __VERSION__
version = __VERSION__
# The full version, including alpha/beta/rc tags.
release = u'0.2.0'
release = __VERSION__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 107cd6e

Please sign in to comment.