update_versions.py File Reference

Go to the source code of this file.

Namespaces

 update_versions
 

Functions

def update_versions.version_to_value (version)
 

Variables

 update_versions.current_version = sys.argv[1]
 
 update_versions.docs_dir = os.path.dirname(os.path.abspath(__file__))
 
string update_versions.entry_template
 
string update_versions.entry_template_no_docs
 
 update_versions.file_contents = f.read()
 
list update_versions.FIRST_RELEASE_WITH_DOCS = [1, 4, 0]
 
 update_versions.key
 
 update_versions.latest_version = versions[0]
 
 update_versions.reverse
 
string update_versions.table_contents = ""
 
string update_versions.template = entry_template
 
def update_versions.value = version_to_value(version)
 
 update_versions.version_to_value
 
 update_versions.versions = subprocess.check_output(['git', 'tag']).decode('utf-8').strip().split()