Skip to content

Commit

Permalink
Changed back to string version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Feb 28, 2015
1 parent 964e1fa commit 015ebad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def __getattr__(cls, name):
'matplotlib', 'xlrd', 'xlwt', 'openpyxl']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import pyrvt

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -71,7 +69,7 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = pyrvt.__version__
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 015ebad

Please sign in to comment.