Skip to content

Commit

Permalink
fix: do not use scm version
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Sep 20, 2024
1 parent db42d35 commit a96f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def drf_yasg_setup(**kwargs):

timestamp_ms = int(time.time() * 1000)
timestamp_str = hex(timestamp_ms)[2:].zfill(16)
dummy_version = '1!0.0.0.dev0+noscm.' + timestamp_str
dummy_version = "1.27.1"

drf_yasg_setup(version=dummy_version)

Expand Down

0 comments on commit a96f0c4

Please sign in to comment.