increment API version

This commit is contained in:
Davide Alberani 2017-02-12 11:51:29 +01:00
parent 2401dcb8a4
commit d693edcec7
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ from tornado import gen, escape
import utils
import monco
API_VERSION = '1.0'
API_VERSION = '1.1'
class BaseException(Exception):

View file

@ -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):