Skip to content

Commit

Permalink
fix release number for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancrneto committed Jan 31, 2024
1 parent 5d9aff3 commit 1d19b0c
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 @@ -60,7 +60,7 @@
# built documents.

# The full version, including alpha/beta/rc tags.
release = get_version()
release = get_version().rsplit("+")[0]
print("RELEASE:")
print(release)
# release = metadata.version("pymox")
Expand Down

0 comments on commit 1d19b0c

Please sign in to comment.