Skip to content

Commit

Permalink
Fix trailing dash in version number in docs. (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
manisenkov authored and asvetlov committed Mar 20, 2018
1 parent 48170b8 commit 655867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
# The short X.Y version.
version = '{major}.{minor}'.format(**_version_info)
# The full version, including alpha/beta/rc tags.
release = '{major}.{minor}.{patch}-{tag}'.format(**_version_info)
release = '{major}.{minor}.{patch}{tag}'.format(**_version_info)

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

0 comments on commit 655867a

Please sign in to comment.