From: Mike Bayer Date: Mon, 10 Jul 2006 01:12:12 +0000 (+0000) Subject: hey ho alphas got to go X-Git-Tag: rel_0_2_6~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ea19edb0248ed63dac71abaff8f7283b860a04;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git hey ho alphas got to go --- diff --git a/setup.py b/setup.py index ba7a9d694d..b6f78f08f2 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ SQLAlchemy's Advantages: * The type system allows pre- and post- processing of data, both at the bind parameter and the result set level. User-defined types can be freely mixed with built-in types. Generic types as well as SQL-specific types are available. """, classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python",