From b057a1add5d346952a01b6956e3a6c65ba3d4eac Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 27 Mar 2012 15:27:02 +0100 Subject: [PATCH] Fixed typo in getVersion --- headphones/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/api.py b/headphones/api.py index cb5de2da..2696b14f 100644 --- a/headphones/api.py +++ b/headphones/api.py @@ -277,7 +277,7 @@ class Api(object): 'git_path' : headphones.GIT_PATH, 'install_type' : headphones.INSTALL_TYPE, 'current_version' : headphones.CURRENT_VERSION, - 'latest_version' : headphonesLATEST_VERSION, + 'latest_version' : headphones.LATEST_VERSION, 'commits_behind' : headphones.COMMITS_BEHIND, }