Skip to content

Commit 7e13ca6

Browse files
author
Alexa
committed
Release 1.19.0. For changelog, check CHANGELOG.rst
1 parent f8c3b53 commit 7e13ca6

File tree

9 files changed

+34
-4
lines changed

9 files changed

+34
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,9 @@ This release includes the following :
211211
-------
212212

213213
General bug fixes and updates
214+
215+
216+
1.19.0
217+
-------
218+
219+
General bug fixes and updates

ask-sdk-core/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,9 @@ This release includes the following :
210210
~~~~~~
211211

212212
General bug fixes and updates
213+
214+
215+
1.19.0
216+
~~~~~~
217+
218+
General bug fixes and updates

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.18.0'
22+
__version__ = '1.19.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,9 @@ This release contains the following changes :
210210
~~~~~~
211211

212212
General bug fixes and updates
213+
214+
215+
1.19.0
216+
~~~~~~
217+
218+
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.18.0'
23+
__version__ = '1.19.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

ask-sdk-runtime/CHANGELOG.rst

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

189189
General bug fixes and updates
190+
191+
192+
1.19.0
193+
~~~~~~
194+
195+
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.18.0'
23+
__version__ = '1.19.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

ask-sdk/CHANGELOG.rst

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

211211
General bug fixes and updates
212+
213+
214+
1.19.0
215+
~~~~~~
216+
217+
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.18.0'
23+
__version__ = '1.19.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)