瀏覽代碼

increment API version

Davide Alberani 7 年之前
父節點
當前提交
d693edcec7
共有 2 個文件被更改,包括 2 次插入2 次删除
  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):