Skip to content

Commit

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

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

0 comments on commit ce2ebe2

Please sign in to comment.