google.appengine.api.modules.get_default_version

Returns the name of the default version for the module.

module Module to retrieve the default version for, if None then the current module will be used.

String containing the name of the default version of the module.

InvalidModuleError if the given module is not valid, InvalidVersionError if no default version could be found.