preparation for 2.1.1 release

This commit is contained in:
Martin Konecny 2012-06-13 11:35:14 -04:00
parent 02b6d04952
commit f188eeada2
7 changed files with 38 additions and 4 deletions

View file

@ -20,7 +20,7 @@ from configobj import ConfigObj
import string
import hashlib
AIRTIME_VERSION = "2.1.0"
AIRTIME_VERSION = "2.1.1"
def api_client_factory(config, logger=None):
if logger != None: