Skip to content

Commit cd5c2a1

Browse files
author
ask-pyth
committed
Release 1.0.0. For changelog, check CHANGELOG.rst
1 parent 084b65f commit cd5c2a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

flask-ask-sdk/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ This release contains the following changes :
1515

1616
- Fix setting the custom user agent on the skill instance, when initializing the handler.
1717

18+
19+
20+
1.0.0
21+
-------
22+
23+
This release contains the following changes :
24+
25+
- Move the webservice adapters to GA.

flask-ask-sdk/flask_ask_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'for using ASK SDK and Flask, to deploy custom '
2121
'skills as webservice')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '0.1.1'
23+
__version__ = '1.0.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)