Skip to content

Commit

Permalink
Fix documentation version
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed May 20, 2015
1 parent 379406b commit 50ea7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def __getattr__(self, name):
#version =
# The full version, including alpha/beta/rc tags.
#release =
from pywws.version import version, release
release = '%s_r%s' % (version, release)
version = '13.09'
release = '%s_r%s' % (version, '1068')

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

0 comments on commit 50ea7b1

Please sign in to comment.