Skip to content

Commit 04ef8b1

Browse files
committed
Release 1.3.3 For changelog, check ask-sdk-webservice-support/CHANGELOG.rst
1 parent 0da456c commit 04ef8b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ask-sdk-webservice-support/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,10 @@ This release contains the following changes :
6666
- Fix timestamp verifier maximum tolerance value for skill events and normal skill requests.
6767

6868

69+
1.3.3
70+
~~~~~
71+
72+
This release contains the following changes :
73+
74+
- Updated signature algorithm validation
75+
- Updated cryptography dependency `197 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/issues/197>`__

ask-sdk-webservice-support/ask_sdk_webservice_support/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'running skills, built using the Alexa Skills Kit '
2121
'SDK, as web applications.')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '1.3.2'
23+
__version__ = '1.3.3'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)