Skip to content

Commit

Permalink
Fixed broken import of version info (bug 902316)
Browse files Browse the repository at this point in the history
Change-Id: I9efaab46c1fe93dbfc9e9c08c6b79a8c23eb8fd5
  • Loading branch information
dolph committed Dec 9, 2011
1 parent 057c050 commit a09a66c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
# built documents.
#
# The short X.Y version.
from keystone import version as keystone_version
from keystone import version
# The full version, including alpha/beta/rc tags.
release = keystone_version()
release = version.version()
# The short X.Y version.
version = keystone_version()
version = version.canonical_version()

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

0 comments on commit a09a66c

Please sign in to comment.