Skip to content

Commit

Permalink
Bump version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
skiptomyliu authored Feb 6, 2023
1 parent c3c5b68 commit 908d393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidant_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
boto3.set_stream_logger(level=logging.WARNING)
logging.getLogger('botocore').setLevel(logging.WARNING)

VERSION = '2.4.0'
VERSION = '2.5.2'
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
TOKEN_SKEW = 3
TIME_FORMAT = "%Y%m%dT%H%M%SZ"
Expand Down

0 comments on commit 908d393

Please sign in to comment.