Updated Branches: refs/heads/master 3a11aca7b -> 68d5fef06
config: Start with version 5.0 for future semver based releases - Start with semver-ing with 5.0 release - Change maintainer name, email to the ACS Team Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/68d5fef0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/68d5fef0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/68d5fef0 Branch: refs/heads/master Commit: 68d5fef065b882accae86a2e4cd327f7779fddb7 Parents: 3a11aca Author: Rohit Yadav <[email protected]> Authored: Sat Aug 10 03:00:46 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Sat Aug 10 03:00:46 2013 +0530 ---------------------------------------------------------------------- cloudmonkey/config.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/68d5fef0/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/cloudmonkey/config.py b/cloudmonkey/config.py index 36f7e77..2f91608 100644 --- a/cloudmonkey/config.py +++ b/cloudmonkey/config.py @@ -16,12 +16,10 @@ # specific language governing permissions and limitations # under the License. -# Use following rules for versioning: -# <cloudstack version>-<cli increment, starts from 0> -__version__ = "4.2.0-0" +__version__ = "5.0.0" __description__ = "Command Line Interface for Apache CloudStack" -__maintainer__ = "Rohit Yadav" -__maintaineremail__ = "[email protected]" +__maintainer__ = "The Apache CloudStack Team" +__maintaineremail__ = "[email protected]" __project__ = "The Apache CloudStack Team" __projectemail__ = "[email protected]" __projecturl__ = "http://cloudstack.apache.org"
