Skip to content

Commit

Permalink
Hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
soitinj committed Sep 5, 2024
1 parent 88095aa commit 66fc551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
urllib3.connectionpool.ConnectionPool.QueueCls = queue.LifoQueue
# https://github.com/locustio/locust/issues/2812

from ._version import version as __version__
#from ._version import version as __version__
__version__ = '2.31.5'
from .contrib.fasthttp import FastHttpUser
from .debug import run_single_user
from .event import Events
Expand Down

0 comments on commit 66fc551

Please sign in to comment.