Skip to content

Commit c8fe0af

Browse files
author
ask-pyth
committed
Release 0.1.1. For changelog, check CHANGELOG.rst
1 parent 4aa2790 commit c8fe0af

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

django-ask-sdk/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ CHANGELOG
66
---
77

88
* Initial release of Django ASK SDK extension package.
9+
10+
11+
0.1.1
12+
^^^^^^^
13+
14+
This release contains the following changes :
15+
16+
- Fix setting the custom user agent on the skill instance, when initializing the handler.
17+

django-ask-sdk/django_ask_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'for using ASK SDK and Django, to deploy custom '
2121
'skills as webservice')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '0.1.0'
23+
__version__ = '0.1.1'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = '[email protected]'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)