From b07fad57b4d1c0ba7098cb9ceb8a302ce144dd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Pe=C3=B1a?= Date: Mon, 22 Feb 2021 16:55:09 -0500 Subject: [PATCH] Bumped development status to production ready --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c266e5..364ea1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/lorinkoz/django-pgschemas" documentation = "https://django-pgschemas.readthedocs.io/" keywords = ["django", "tenants", "schemas", "multi-tenancy", "postgresql"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1",