Skip to content

Commit

Permalink
πŸ“ Un-dash the full release tag in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 16, 2024
1 parent 1337356 commit fa630dd
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 @@ -123,7 +123,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_map(_version_info)

rst_epilog = f"""
.. |project| replace:: {project}
Expand Down

0 comments on commit fa630dd

Please sign in to comment.