-update version strings from 2.0.1 -> 2.1.0

This commit is contained in:
Martin Konecny 2012-02-14 15:52:52 -05:00
parent 54cbc86a0a
commit 443b55302c
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<?php <?php
define('AIRTIME_VERSION', '2.0.1'); define('AIRTIME_VERSION', '2.1.0');

View File

@ -22,7 +22,7 @@ import base64
from configobj import ConfigObj from configobj import ConfigObj
import string import string
AIRTIME_VERSION = "2.0.1" AIRTIME_VERSION = "2.1.0"
def api_client_factory(config): def api_client_factory(config):
logger = logging.getLogger() logger = logging.getLogger()