Skip to content

Commit 1875b5b

Browse files
author
ask-pyth
committed
Release '1.1.0'. For changelog, check CHANGELOG.rst
1 parent c9ce2e7 commit 1875b5b

File tree

9 files changed

+64
-5
lines changed

9 files changed

+64
-5
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ CHANGELOG
2828
-----
2929

3030
* Production release of ASK SDK Packages.
31+
32+
33+
1.1.0
34+
~~~~~~~
35+
36+
This release contains the following changes:
37+
38+
- Introducing runtime layer (`#41 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/41>`__)
39+
- Send data to service clients only if present (`#39 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/39>`__)
40+
41+
42+

ask-sdk-core/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ CHANGELOG
2828
-----
2929

3030
* Production release of ASK SDK Core Package.
31+
32+
33+
1.1.0
34+
~~~~~~~
35+
36+
This release contains the following changes:
37+
38+
- Introducing runtime layer (`#41 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/41>`__)
39+
- Send data to service clients only if present (`#39 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/39>`__)
40+
41+
42+

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.0.0'
22+
__version__ = '1.1.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ CHANGELOG
2828
-----
2929

3030
* Production release of ASK SDK DynamoDB Persistence Adapter Package.
31+
32+
33+
1.1.0
34+
~~~~~~~
35+
36+
This release contains the following changes:
37+
38+
- Introducing runtime layer (`#41 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/41>`__)
39+
- Send data to service clients only if present (`#39 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/39>`__)
40+
41+
42+

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.0.0'
23+
__version__ = '1.1.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

ask-sdk-runtime/CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@ CHANGELOG
55
1.0.0
66
-------
77

8-
* Initial release of Alexa Skills Kit SDK Runtime.
8+
* Initial release of Alexa Skills Kit SDK Runtime.
9+
10+
1.1.0
11+
~~~~~~~
12+
13+
This release contains the following changes:
14+
15+
- Introducing runtime layer (`#41 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/41>`__)
16+
- Send data to service clients only if present (`#39 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/39>`__)
17+
18+
19+

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.0.0'
23+
__version__ = '1.1.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

ask-sdk/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ CHANGELOG
2828
-----
2929

3030
* Production release of ASK SDK Standard Package.
31+
32+
33+
1.1.0
34+
~~~~~~~
35+
36+
This release contains the following changes:
37+
38+
- Introducing runtime layer (`#41 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/41>`__)
39+
- Send data to service clients only if present (`#39 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/39>`__)
40+
41+
42+

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.0.0'
23+
__version__ = '1.1.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)