Skip to content

Commit ba68fbd

Browse files
committed
Update conf.py
1 parent a72647d commit ba68fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
version = subprocess.check_output(["git", "describe", "--tags"]).decode().strip()
5959
if "-" in version:
60-
version.replace("-", ".dev", 1)
60+
version = version.replace("-", ".dev", 1)
6161
release = version
6262

6363
print(f"Version: {version}")

0 commit comments

Comments
 (0)