You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/01/28 13:22:51 UTC

[31/50] [abbrv] git commit: cli: Fix development status to stable. cloudmonkey v1 at its most stable form

cli: Fix development status to stable. cloudmonkey v1 at its most stable form

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/afb7e289
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/afb7e289
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/afb7e289

Branch: refs/heads/regions
Commit: afb7e289fe3d6936d20b257ec2b753a265a7b9a9
Parents: ec0c6b0
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Jan 23 18:15:51 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Wed Jan 23 18:15:51 2013 -0800

----------------------------------------------------------------------
 tools/cli/setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afb7e289/tools/cli/setup.py
----------------------------------------------------------------------
diff --git a/tools/cli/setup.py b/tools/cli/setup.py
index 739c044..f1efa74 100644
--- a/tools/cli/setup.py
+++ b/tools/cli/setup.py
@@ -53,7 +53,7 @@ setup(
     include_package_data = True,
     zip_safe = False,
     classifiers = [
-        "Development Status :: 4 - Beta",
+        "Development Status :: 5 - Production/Stable",
         "Environment :: Console",
         "Intended Audience :: Developers",
         "Intended Audience :: End Users/Desktop",