Skip to content

Commit

Permalink
Merge a169c79 into 58d6c01
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Miles committed Jun 13, 2019
2 parents 58d6c01 + a169c79 commit b279ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Expand Up @@ -38,9 +38,9 @@ def get_version():
#with open('../../pymcmcstat/__init__.py','r') as f:
# version = f.read()
release = get_version()
#version = ''
# The full version, including alpha/beta/rc tags
#release = 'v1.4.0'
# The short X.Y version
tmp = release.split('.')
version = str('{}.{}'.format(tmp[0], tmp[1]))
print(release)

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

0 comments on commit b279ea5

Please sign in to comment.