From d8abe582468efa303619487fe2a3df2dc8c4d451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Pe=C3=B1a?= Date: Mon, 26 Jun 2023 11:01:59 +0200 Subject: [PATCH] Bumped version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22feae2..d9fcae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-pgschemas" -version = "0.14.0" +version = "1.0.0" description = "Multi-tenancy on Django using PostgreSQL schemas." license = "MIT" authors = ["Lorenzo Peña "] @@ -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/Stable", "Framework :: Django", "Framework :: Django :: 4.0", "Framework :: Django :: 4.1",