From 791afad48cb8efe7681665dd2d640fd7c432200f Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 12 Oct 2020 21:49:16 +0200 Subject: [PATCH] Bump version to 1.3.0 --- locust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust/__init__.py b/locust/__init__.py index 818de98a3e..1c54ca6008 100644 --- a/locust/__init__.py +++ b/locust/__init__.py @@ -13,7 +13,7 @@ events = Events() -__version__ = "1.2.3" +__version__ = "1.3.0" __all__ = ( "SequentialTaskSet", "wait_time",