1.9.5 preparations

This commit is contained in:
Martin Konecny 2011-11-02 15:19:27 -04:00
parent 5d0f36f130
commit 4c5386c0f3
5 changed files with 15 additions and 3 deletions

View file

@ -21,7 +21,7 @@ from urlparse import urlparse
import base64
from configobj import ConfigObj
AIRTIME_VERSION = "1.9.4"
AIRTIME_VERSION = "1.9.5"
def api_client_factory(config):
logger = logging.getLogger()