Skip to content

Commit 6a74ecc

Browse files
committed
Release 1.0.0. For changelog, check CHANGELOG.rst
1 parent d6bf366 commit 6a74ecc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ask-sdk-webservice-support/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ CHANGELOG
1414
This release contains the following changes :
1515

1616
- Fix setting the custom user agent on the skill instance, when initializing the handler.
17+
18+
19+
1.0.0
20+
-------
21+
22+
This release contains the following changes :
23+
24+
- Move the webservice adapters to GA.
25+
26+

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__ = '0.1.2'
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)