Skip to content

Commit facaaeb

Browse files
committed
16.14.0
1 parent 0a9d15f commit facaaeb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='strongdm',
2525
packages=['strongdm'],
26-
version='16.13.0',
26+
version='16.14.0',
2727
license='apache-2.0',
2828
description='strongDM SDK for the Python programming language.',
2929
long_description=long_description,
@@ -32,7 +32,7 @@
3232
author_email='sdk-feedback@strongdm.com',
3333
url='https://github.com/strongdm/strongdm-sdk-python',
3434
download_url=
35-
'https://github.com/strongdm/strongdm-sdk-python/archive/v16.13.0.tar.gz',
35+
'https://github.com/strongdm/strongdm-sdk-python/archive/v16.14.0.tar.gz',
3636
keywords=[
3737
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
3838
'database', 'server', 'ssh', 'rdp'

strongdm.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: strongdm
3-
Version: 16.13.0
3+
Version: 16.14.0
44
Summary: strongDM SDK for the Python programming language.
55
Home-page: https://github.com/strongdm/strongdm-sdk-python
66
Author: strongDM Team
77
Author-email: sdk-feedback@strongdm.com
88
License: apache-2.0
9-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v16.13.0.tar.gz
9+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v16.14.0.tar.gz
1010
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
1111
Platform: UNKNOWN
1212
Classifier: Development Status :: 4 - Beta

strongdm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
DEFAULT_RETRY_FACTOR = 1.6
4141
DEFAULT_RETRY_JITTER = 0.2
4242
API_VERSION = '2025-04-14'
43-
USER_AGENT = 'strongdm-sdk-python/16.13.0'
43+
USER_AGENT = 'strongdm-sdk-python/16.14.0'
4444

4545
method_regexp = re.compile(r'\W+')
4646

strongdm/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ class ActivityVerb:
330330
TOTP_ENROLLMENT_DELETED = "user reset their totp enrollment"
331331
SUSPENDED_USER_ENROLL_ATTEMPT_FROM_THE_UI = "attempt to enroll by a suspended user from the Admin UI"
332332
RESOURCE_LOCKED = "user locked a resource"
333+
RESOURCE_LOCK_EXTENDED = "user extended a resource lock"
333334
RESOURCE_UNLOCKED = "user unlocked a resource"
334335
RESOURCE_FORCE_UNLOCKED = "admin force-unlocked a resource"
335336
RESOURCE_LOCK_REJECTED = "user lock rejected for a resource"

0 commit comments

Comments
 (0)