upgrade version number to 2.3.0

This commit is contained in:
Martin Konecny 2013-01-15 12:31:41 -05:00
parent 97eeafb142
commit c266bf189f
4 changed files with 9 additions and 5 deletions

View file

@ -15,7 +15,7 @@ import json
import base64
from configobj import ConfigObj
AIRTIME_VERSION = "2.2.1"
AIRTIME_VERSION = "2.3.0"
# TODO : Place these functions in some common module. Right now, media
@ -386,4 +386,4 @@ class AirtimeApiClient(object):
def update_stream_setting_table(self, data):
response = self.services.update_stream_setting_table(_post_data={'data': json.dumps(data)})
return response
return response