Skip to content

Commit

Permalink
Retrieve version number from cpl.__version__
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Streicher committed Apr 22, 2015
1 parent 66e7619 commit 912eb1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.6.2'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = cpl.__version__
# The short X.Y version.
#version = '0.7'
version=release

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

0 comments on commit 912eb1e

Please sign in to comment.