upgrade version number to 2.3.0
This commit is contained in:
parent
97eeafb142
commit
c266bf189f
4 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue