Browse Source

increment API version

Davide Alberani 7 years ago
parent
commit
d693edcec7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ibt2.py
  2. 1 1
      tests/ibt2_tests.py

+ 1 - 1
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):

+ 1 - 1
tests/ibt2_tests.py

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