Make the version returned by the extension be the pbr version.

Let's not manage 2 versions in the files.

Change-Id: I22113ed0837ee49ef0ec90411cc0626dbbbbc304
This commit is contained in:
Sean Dague 2016-05-17 08:40:35 -04:00
parent b97011a220
commit 1160f9ce04
1 changed files with 1 additions and 1 deletions

View File

@ -509,4 +509,4 @@ def setup(app):
# _static directory during final build.
app.connect('build-finished', copy_assets)
return {'version': '0.1'}
return {'version': __version__}