locust 2.37.6.dev5__py3-none-any.whl → 2.37.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of locust might be problematic. Click here for more details.

locust/_version.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2.37.6.dev5'
21
- __version_tuple__ = version_tuple = (2, 37, 6, 'dev5')
20
+ __version__ = version = '2.37.7'
21
+ __version_tuple__ = version_tuple = (2, 37, 7)