Skip to content

Commit

Permalink
use 'probequest.version' in 'docs/conf.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed May 27, 2018
1 parent 99e9649 commit a6e6f97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
copyright = '2018, Paul-Emmanuel Raoul'
author = 'Paul-Emmanuel Raoul'

from probequest.version import VERSION

# The short X.Y version
version = '0.5'
version = ".".join(VERSION.split(".")[:2])
# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = VERSION


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit a6e6f97

Please sign in to comment.