From: Mike Bayer Date: Sat, 12 Feb 2011 22:14:34 +0000 (-0500) Subject: 0.7 will be beta classifier to start X-Git-Tag: rel_0_7b1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd59ee663348c0a1cfa336c8b91841b36cf7354;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.7 will be beta classifier to start --- diff --git a/setup.py b/setup.py index cf379d8989..2da4d046e0 100644 --- a/setup.py +++ b/setup.py @@ -208,7 +208,7 @@ SQLAlchemy's Advantages: """, classifiers = [ - "Development Status :: 5 - Production/Stable", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python",