Skip to content

Commit 28debdc

Browse files
author
ask-pyth
committed
Release 1.10.0. For changelog, check CHANGELOG.rst
1 parent d9f8ae1 commit 28debdc

File tree

9 files changed

+54
-4
lines changed

9 files changed

+54
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,13 @@ This release contains the following changes :
107107
This release includes the following :
108108

109109
- Request utility methods which makes it easier to retrieve common properties from an incoming request.
110+
111+
112+
1.10.0
113+
~~~~~~~
114+
115+
This release contains the following changes :
116+
117+
- Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
118+
- Add check for device information in 'get_device_id' utility function.
119+
- Add 'get_user_id' utility function.

ask-sdk-core/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,13 @@ This release contains the following changes :
107107
This release includes the following :
108108

109109
- Request utility methods which makes it easier to retrieve common properties from an incoming request.
110+
111+
112+
1.10.0
113+
~~~~~~~
114+
115+
This release contains the following changes :
116+
117+
- Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
118+
- Add check for device information in 'get_device_id' utility function.
119+
- Add 'get_user_id' utility function.

ask-sdk-core/ask_sdk_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__description__ = ('The ASK SDK Core package provides core Alexa Skills Kit '
2020
'functionality, for building Alexa Skills.')
2121
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
22-
__version__ = '1.9.0'
22+
__version__ = '1.10.0'
2323
__author__ = 'Alexa Skills Kit'
2424
__author_email__ = '[email protected]'
2525
__license__ = 'Apache 2.0'

ask-sdk-dynamodb-persistence-adapter/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,13 @@ This release contains the following changes :
107107
This release includes the following :
108108

109109
- Request utility methods which makes it easier to retrieve common properties from an incoming request.
110+
111+
112+
1.10.0
113+
~~~~~~~
114+
115+
This release contains the following changes :
116+
117+
- Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
118+
- Add check for device information in 'get_device_id' utility function.
119+
- Add 'get_user_id' utility function.

ask-sdk-dynamodb-persistence-adapter/ask_sdk_dynamodb/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'The ASK SDK DynamoDB Persistence Adapter package provides DynamoDB '
2121
'Adapter, that can be used with ASK SDK Core, for persistence management.')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '1.9.0'
23+
__version__ = '1.10.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

ask-sdk-runtime/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,13 @@ This release contains the following changes :
8484
This release includes the following :
8585

8686
- Request utility methods which makes it easier to retrieve common properties from an incoming request.
87+
88+
89+
1.10.0
90+
~~~~~~~
91+
92+
This release contains the following changes :
93+
94+
- Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
95+
- Add check for device information in 'get_device_id' utility function.
96+
- Add 'get_user_id' utility function.

ask-sdk-runtime/ask_sdk_runtime/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'that act as fundamental implementation layer for ASK SDK'
2121
'packages')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '1.9.0'
23+
__version__ = '1.10.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

ask-sdk/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,13 @@ This release contains the following changes :
107107
This release includes the following :
108108

109109
- Request utility methods which makes it easier to retrieve common properties from an incoming request.
110+
111+
112+
1.10.0
113+
~~~~~~~
114+
115+
This release contains the following changes :
116+
117+
- Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).
118+
- Add check for device information in 'get_device_id' utility function.
119+
- Add 'get_user_id' utility function.

ask-sdk/ask_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'The ASK SDK Standard package provides a full distribution of the SDK, '
2121
'all batteries included, for building Alexa Skills.')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '1.9.0'
23+
__version__ = '1.10.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)