Skip to content

Commit ba30059

Browse files
committed
Print expiration_date to secret's versions
1 parent 3ee4903 commit ba30059

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ibm_secrets_manager_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibm_secrets_manager_sdk
1919
"""
20-
__version__ = '2.1.6'
20+
__version__ = '2.1.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020
import pkg_resources
2121

22-
__version__ = '2.1.6'
22+
__version__ = '2.1.5'
2323
PACKAGE_NAME = 'ibm_secrets_manager_sdk'
2424
PACKAGE_DESC = 'IBM Cloud Secrets Manager Python SDK'
2525

0 commit comments

Comments
 (0)