mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
M #-: Bump version to 5.10.3 (#4184)
This commit is contained in:
parent
5fa02872d1
commit
6e952ff914
@ -383,7 +383,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static string code_version()
|
static string code_version()
|
||||||
{
|
{
|
||||||
return "5.10.2"; // bump version
|
return "5.10.3"; // bump version
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -13,7 +13,7 @@ require 'pp'
|
|||||||
module CloudClient
|
module CloudClient
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '5.10.2'
|
VERSION = '5.10.3'
|
||||||
|
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
# Default location for the authentication file
|
# Default location for the authentication file
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
require 'tmpdir'
|
require 'tmpdir'
|
||||||
|
|
||||||
VERSION = "5.10.2"
|
VERSION = "5.10.3"
|
||||||
|
|
||||||
def version
|
def version
|
||||||
v = VERSION
|
v = VERSION
|
||||||
|
@ -51,7 +51,7 @@ end
|
|||||||
module CloudClient
|
module CloudClient
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '5.10.2'
|
VERSION = '5.10.3'
|
||||||
|
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
# Default location for the authentication file
|
# Default location for the authentication file
|
||||||
|
@ -1 +1 @@
|
|||||||
5.10.2
|
5.10.3
|
@ -32,7 +32,7 @@ public class OneSystem
|
|||||||
private static final String GROUP_QUOTA_INFO = "groupquota.info";
|
private static final String GROUP_QUOTA_INFO = "groupquota.info";
|
||||||
private static final String GROUP_QUOTA_UPDATE = "groupquota.update";
|
private static final String GROUP_QUOTA_UPDATE = "groupquota.update";
|
||||||
|
|
||||||
public static final String VERSION = "5.10.2";
|
public static final String VERSION = "5.10.3";
|
||||||
|
|
||||||
public OneSystem(Client client)
|
public OneSystem(Client client)
|
||||||
{
|
{
|
||||||
|
@ -41,7 +41,7 @@ if sys.version_info[0] < 3:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pyone',
|
name='pyone',
|
||||||
version='5.10.2',
|
version='5.10.3',
|
||||||
description='Python Bindings for OpenNebula XML-RPC API',
|
description='Python Bindings for OpenNebula XML-RPC API',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
||||||
|
@ -74,5 +74,5 @@ require 'opennebula/hook_log'
|
|||||||
module OpenNebula
|
module OpenNebula
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '5.10.2'
|
VERSION = '5.10.3'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user