update version to 7.2.0 -- address pr comments

This commit is contained in:
Aaron Molitor 2022-04-11 13:32:33 -05:00 committed by Aaron Molitor
parent 6b2d0e5d6b
commit 5ba8b82ba6
2 changed files with 2 additions and 2 deletions
bindings/python

View File

@ -100,7 +100,7 @@ def api_version(ver):
_add_symbols(fdb.impl, list) _add_symbols(fdb.impl, list)
if ver >= 720: if ver >= 710:
import fdb.tenant_management import fdb.tenant_management
if ver < 610: if ver < 610:

View File

@ -621,7 +621,7 @@ class Tester:
test_size_limit_option(db) test_size_limit_option(db)
test_get_approximate_size(db) test_get_approximate_size(db)
if fdb.get_api_version() >= 720: if fdb.get_api_version() >= 710:
test_tenants(db) test_tenants(db)
except fdb.FDBError as e: except fdb.FDBError as e: