From: Daniele Varrazzo Date: Tue, 12 Oct 2021 12:47:35 +0000 (+0200) Subject: Move classifiers to stable release X-Git-Tag: 3.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05bcc46038bf2a476e325b09ec63efe7c2a75d9c;p=thirdparty%2Fpsycopg.git Move classifiers to stable release --- diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index af059c63e..a9b4f894e 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -13,7 +13,7 @@ project_urls = Download = https://pypi.org/project/psycopg/ classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Operating System :: MacOS :: MacOS X diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 7744cdbd4..8217b5983 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -13,7 +13,7 @@ project_urls = Download = https://pypi.org/project/psycopg-c/ classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Operating System :: MacOS :: MacOS X diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 2e0dadb6b..a1594e1c5 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -13,7 +13,7 @@ project_urls = Download = https://pypi.org/project/psycopg-pool/ classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Operating System :: MacOS :: MacOS X