summaryrefslogtreecommitdiff
path: root/python/enterprise.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/enterprise.py')
-rw-r--r--python/enterprise.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/enterprise.py b/python/enterprise.py
index c6c047c3..7d4cc4aa 100644
--- a/python/enterprise.py
+++ b/python/enterprise.py
@@ -234,7 +234,7 @@ def update_license(duration, _cache=True):
if not core.BNUpdateEnterpriseServerLicense(duration):
raise RuntimeError(last_error())
-@deprecation.deprecated(details="Use .update_license instead.")
+@deprecation.deprecated(deprecated_in="3.4.4137", details="Use .update_license instead.")
def acquire_license(duration, _cache=True):
"""
Function deprecated. Use update_license instead.