We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948438e commit e2d9e37Copy full SHA for e2d9e37
docs/conf.py
@@ -83,7 +83,7 @@
83
# The short X.Y version.
84
version = u'v{}.{}'.format(v[0], v[1])
85
# The full version, including alpha/beta/rc tags.
86
- release = u'v{}.{}.{}-dev'.format(v[0], v[1], v[2])
+ release = u'v{}.{}.{}'.format(v[0], v[1], v[2])
87
88
# def setup(app):
89
# app.add_config_value('versionlevel', '', 'env')
0 commit comments