mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
Bump version to 5.7.90 (#2903)
This commit is contained in:
parent
95c7d8b502
commit
81d64ff269
@ -362,7 +362,7 @@ public:
|
||||
*/
|
||||
static string code_version()
|
||||
{
|
||||
return "5.7.85"; // bump version
|
||||
return "5.7.90"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@ require 'pp'
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.7.85'
|
||||
VERSION = '5.7.90'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -19,7 +19,7 @@
|
||||
require 'fileutils'
|
||||
require 'tmpdir'
|
||||
|
||||
VERSION = "5.7.85"
|
||||
VERSION = "5.7.90"
|
||||
|
||||
def version
|
||||
v = VERSION
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.7.85'
|
||||
VERSION = '5.7.90'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
5.7.85
|
||||
5.7.90
|
@ -32,7 +32,7 @@ public class OneSystem
|
||||
private static final String GROUP_QUOTA_INFO = "groupquota.info";
|
||||
private static final String GROUP_QUOTA_UPDATE = "groupquota.update";
|
||||
|
||||
public static final String VERSION = "5.7.85";
|
||||
public static final String VERSION = "5.7.90";
|
||||
|
||||
public OneSystem(Client client)
|
||||
{
|
||||
|
@ -41,7 +41,7 @@ if sys.version_info[0] < 3:
|
||||
|
||||
setup(
|
||||
name='pyone',
|
||||
version='5.7.80',
|
||||
version='5.7.90',
|
||||
description='Python Bindings for OpenNebula XML-RPC API',
|
||||
long_description=long_description,
|
||||
|
||||
|
@ -71,5 +71,5 @@ require 'opennebula/vntemplate_pool'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.7.85'
|
||||
VERSION = '5.7.90'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user