From e57ba02fdd2b8fcc4ff55b22956345d02a9ec963 Mon Sep 17 00:00:00 2001
From: Lars Holmberg <lars.holmberg@svenskaspel.se>
Date: Mon, 28 Oct 2019 10:07:54 +0100
Subject: [PATCH] Let's stop calling it beta!

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2eb2412312..885f6f61d7 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
     long_description="""Locust is a python utility for doing easy, distributed load testing of a web site""",
     classifiers=[
         "Topic :: Software Development :: Testing :: Traffic Generation",
-        "Development Status :: 4 - Beta",
+        "Development Status :: 5 - Production/Stable",
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
         "Programming Language :: Python",