Updated Branches: refs/heads/5.0 767bfbe08 -> ce79f6ef8
Bumping version to 5.0.1 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/ce79f6ef Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/ce79f6ef Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/ce79f6ef Branch: refs/heads/5.0 Commit: ce79f6ef8095da9158c5c7cb4703774108e836d3 Parents: 767bfbe Author: Chip Childers <[email protected]> Authored: Mon Sep 23 10:44:53 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Sep 23 10:44:53 2013 -0400 ---------------------------------------------------------------------- cloudmonkey/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/ce79f6ef/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/cloudmonkey/config.py b/cloudmonkey/config.py index 2f91608..2192b19 100644 --- a/cloudmonkey/config.py +++ b/cloudmonkey/config.py @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. -__version__ = "5.0.0" +__version__ = "5.0.1" __description__ = "Command Line Interface for Apache CloudStack" __maintainer__ = "The Apache CloudStack Team" __maintaineremail__ = "[email protected]"
