Skip to content

Commit bb76642

Browse files
Release 1.17.1. For changelog, check CHANGELOG.rst (#196)
Co-authored-by: Shreyas Govinda Raju <shreraju@amazon.com>
1 parent 9d19b3b commit bb76642

File tree

9 files changed

+35
-4
lines changed

9 files changed

+35
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,10 @@ This release contains the following changes :
198198

199199
- general bug fixes and updates
200200

201+
1.17.1
202+
^^^^^^^
203+
204+
This release includes the following :
205+
206+
- Added A/B testing SPIs support on response by creating utils on Response helper
207+

ask-sdk-core/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,9 @@ This release contains the following changes :
198198

199199
- general bug fixes and updates
200200

201+
1.17.1
202+
^^^^^^^
203+
204+
This release includes the following :
205+
206+
- Added A/B testing SPIs support on response by creating utils on Response helper

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.16.1'
22+
__version__ = '1.17.1'
2323
__author__ = 'Alexa Skills Kit'
2424
__author_email__ = 'ask-sdk-dynamic@amazon.com'
2525
__license__ = 'Apache 2.0'

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,9 @@ This release contains the following changes :
198198

199199
- general bug fixes and updates
200200

201+
1.17.1
202+
^^^^^^
203+
204+
This release contains the following changes :
205+
206+
- general bug fixes and updates

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.16.1'
23+
__version__ = '1.17.1'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = 'ask-sdk-dynamic@amazon.com'
2626
__license__ = 'Apache 2.0'

ask-sdk-runtime/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,9 @@ This release contains the following changes :
175175

176176
- general bug fixes and updates
177177

178+
1.17.1
179+
^^^^^^
180+
181+
This release contains the following changes :
182+
183+
- general bug fixes and updates

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.16.1'
23+
__version__ = '1.17.1'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = 'ask-sdk-dynamic@amazon.com'
2626
__license__ = 'Apache 2.0'

ask-sdk/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,9 @@ This release contains the following changes :
198198

199199
- general bug fixes and updates
200200

201+
1.17.1
202+
^^^^^^
203+
204+
This release contains the following changes :
205+
206+
- general bug fixes and updates

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.16.1'
23+
__version__ = '1.17.1'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = 'ask-sdk-dynamic@amazon.com'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)