]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
hey ho alphas got to go
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jul 2006 01:12:12 +0000 (01:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jul 2006 01:12:12 +0000 (01:12 +0000)
setup.py

index ba7a9d694d302db51dd36feec8b864e260eec093..b6f78f08f2347bc9b89617308726904cf7b5f344 100644 (file)
--- 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",