google.appengine.api.modules.get_versions

Returns a list of versions for a given module.

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

List of strings containing the names of versions associated with the module. The current version will also be included in this list.

InvalidModuleError if the given module isn't valid, TransientError if there is an issue fetching the information.