increment API version
This commit is contained in:
parent
2401dcb8a4
commit
d693edcec7
2 changed files with 2 additions and 2 deletions
2
ibt2.py
2
ibt2.py
|
@ -32,7 +32,7 @@ from tornado import gen, escape
|
|||
import utils
|
||||
import monco
|
||||
|
||||
API_VERSION = '1.0'
|
||||
API_VERSION = '1.1'
|
||||
|
||||
|
||||
class BaseException(Exception):
|
||||
|
|
|
@ -19,7 +19,7 @@ import unittest
|
|||
import requests
|
||||
import monco
|
||||
|
||||
BASE_URL = 'http://localhost:3000/v1.0/'
|
||||
BASE_URL = 'http://localhost:3000/v1.1/'
|
||||
DB_NAME = 'ibt2_test'
|
||||
|
||||
def dictInDict(d, dContainer):
|
||||
|
|
Loading…
Reference in a new issue