Skip to content

Commit e2d9e37

Browse files
authored
Update version string to 1.4.0 (#512)
1 parent 948438e commit e2d9e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# The short X.Y version.
8484
version = u'v{}.{}'.format(v[0], v[1])
8585
# The full version, including alpha/beta/rc tags.
86-
release = u'v{}.{}.{}-dev'.format(v[0], v[1], v[2])
86+
release = u'v{}.{}.{}'.format(v[0], v[1], v[2])
8787

8888
# def setup(app):
8989
# app.add_config_value('versionlevel', '', 'env')

0 commit comments

Comments
 (0)