Skip to content

Commit

Permalink
release version set to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lordkyzr committed Nov 5, 2020
1 parent 609a086 commit a87736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launchkey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""LaunchKey Service SDK module"""
SDK_VERSION = '3.8.1-rc.2'
SDK_VERSION = '3.8.1'
LAUNCHKEY_PRODUCTION = "https://api.launchkey.com"
VALID_JWT_ISSUER_LIST = ["svc", "dir", "org"]
JOSE_SUPPORTED_JWE_ALGS = ['RSA-OAEP']
Expand Down

0 comments on commit a87736e

Please sign in to comment.