diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30a4b22..a0b6979 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -211,3 +211,9 @@ This release includes the following : ------- General bug fixes and updates + + +1.19.0 +------- + +General bug fixes and updates diff --git a/ask-sdk-core/CHANGELOG.rst b/ask-sdk-core/CHANGELOG.rst index ce84dab..8fa1fbb 100644 --- a/ask-sdk-core/CHANGELOG.rst +++ b/ask-sdk-core/CHANGELOG.rst @@ -210,3 +210,9 @@ This release includes the following : ~~~~~~ General bug fixes and updates + + +1.19.0 +~~~~~~ + +General bug fixes and updates diff --git a/ask-sdk-core/ask_sdk_core/__version__.py b/ask-sdk-core/ask_sdk_core/__version__.py index e9f374e..6de1ef8 100644 --- a/ask-sdk-core/ask_sdk_core/__version__.py +++ b/ask-sdk-core/ask_sdk_core/__version__.py @@ -19,7 +19,7 @@ __description__ = ('The ASK SDK Core package provides core Alexa Skills Kit ' 'functionality, for building Alexa Skills.') __url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python' -__version__ = '1.18.0' +__version__ = '1.19.0' __author__ = 'Alexa Skills Kit' __author_email__ = 'ask-sdk-dynamic@amazon.com' __license__ = 'Apache 2.0' diff --git a/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.rst b/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.rst index 7f90e07..914c258 100644 --- a/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.rst +++ b/ask-sdk-dynamodb-persistence-adapter/CHANGELOG.rst @@ -210,3 +210,9 @@ This release contains the following changes : ~~~~~~ General bug fixes and updates + + +1.19.0 +~~~~~~ + +General bug fixes and updates diff --git a/ask-sdk-dynamodb-persistence-adapter/ask_sdk_dynamodb/__version__.py b/ask-sdk-dynamodb-persistence-adapter/ask_sdk_dynamodb/__version__.py index 36437e8..130fc1b 100644 --- a/ask-sdk-dynamodb-persistence-adapter/ask_sdk_dynamodb/__version__.py +++ b/ask-sdk-dynamodb-persistence-adapter/ask_sdk_dynamodb/__version__.py @@ -20,7 +20,7 @@ 'The ASK SDK DynamoDB Persistence Adapter package provides DynamoDB ' 'Adapter, that can be used with ASK SDK Core, for persistence management.') __url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python' -__version__ = '1.18.0' +__version__ = '1.19.0' __author__ = 'Alexa Skills Kit' __author_email__ = 'ask-sdk-dynamic@amazon.com' __license__ = 'Apache 2.0' diff --git a/ask-sdk-runtime/CHANGELOG.rst b/ask-sdk-runtime/CHANGELOG.rst index dd4cab5..a33ba52 100644 --- a/ask-sdk-runtime/CHANGELOG.rst +++ b/ask-sdk-runtime/CHANGELOG.rst @@ -187,3 +187,9 @@ This release contains the following changes : ~~~~~~ General bug fixes and updates + + +1.19.0 +~~~~~~ + +General bug fixes and updates diff --git a/ask-sdk-runtime/ask_sdk_runtime/__version__.py b/ask-sdk-runtime/ask_sdk_runtime/__version__.py index 7d5a0f2..8aa5cb6 100644 --- a/ask-sdk-runtime/ask_sdk_runtime/__version__.py +++ b/ask-sdk-runtime/ask_sdk_runtime/__version__.py @@ -20,7 +20,7 @@ 'that act as fundamental implementation layer for ASK SDK' 'packages') __url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python' -__version__ = '1.18.0' +__version__ = '1.19.0' __author__ = 'Alexa Skills Kit' __author_email__ = 'ask-sdk-dynamic@amazon.com' __license__ = 'Apache 2.0' diff --git a/ask-sdk/CHANGELOG.rst b/ask-sdk/CHANGELOG.rst index 7afad10..4d97723 100644 --- a/ask-sdk/CHANGELOG.rst +++ b/ask-sdk/CHANGELOG.rst @@ -209,3 +209,9 @@ This release contains the following changes : ~~~~~~ General bug fixes and updates + + +1.19.0 +~~~~~~ + +General bug fixes and updates diff --git a/ask-sdk/ask_sdk/__version__.py b/ask-sdk/ask_sdk/__version__.py index 05b81d1..56a2150 100644 --- a/ask-sdk/ask_sdk/__version__.py +++ b/ask-sdk/ask_sdk/__version__.py @@ -20,7 +20,7 @@ 'The ASK SDK Standard package provides a full distribution of the SDK, ' 'all batteries included, for building Alexa Skills.') __url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python' -__version__ = '1.18.0' +__version__ = '1.19.0' __author__ = 'Alexa Skills Kit' __author_email__ = 'ask-sdk-dynamic@amazon.com' __license__ = 'Apache 2.0'