Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master d0f7fc035 -> 387f0338f
cloudmonkey: change version to 5.3.1 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/387f0338 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/387f0338 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/387f0338 Branch: refs/heads/master Commit: 387f0338f9715f2337a9e10c92d1c76fa5d2a381 Parents: d0f7fc0 Author: Rohit Yadav <[email protected]> Authored: Mon Dec 15 11:31:47 2014 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Dec 15 11:31:47 2014 +0530 ---------------------------------------------------------------------- cloudmonkey/config.py | 2 +- docs/source/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/387f0338/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/cloudmonkey/config.py b/cloudmonkey/config.py index 6840526..c719bff 100644 --- a/cloudmonkey/config.py +++ b/cloudmonkey/config.py @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. -__version__ = "5.3.0" +__version__ = "5.3.1" __description__ = "Command Line Interface for Apache CloudStack" __maintainer__ = "The Apache CloudStack Team" __maintaineremail__ = "[email protected]" http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/387f0338/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 49a39c3..fd16386 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,16 +48,16 @@ master_doc = 'index' # General information about the project. project = u'Apache CloudStack CloudMonkey' -copyright = u'2013, The Apache Software Foundation' +copyright = u'2012-2014, The Apache Software Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '5.3.0' +version = '5.3.1' # The full version, including alpha/beta/rc tags. -release = '5.3.0' +release = '5.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
