Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit ef1f771

Browse files
committed
Merge branch 'release/0.3.8'
2 parents e314b0c + 0a9618a commit ef1f771

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

flask_assistant/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
request,
2121
access_token,
2222
user,
23+
session_id,
24+
context_in,
2325
)
2426

2527
from flask_assistant.response import ask, tell, event, build_item, permission

flask_assistant/response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def add_msg(self, speech, display_text=None, is_ssml=False):
3636
if "ACTIONS_ON_GOOGLE" in self._integrations:
3737
self._integrate_with_actions(speech, display_text, is_ssml)
3838

39+
return self
40+
3941
def _set_user_storage(self):
4042
from flask_assistant.core import user
4143

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="Flask-Assistant",
14-
version="0.3.7",
14+
version="0.3.8",
1515
url="https://github.com/treethought/flask-assistant",
1616
license="Apache 2.0",
1717
author="Cam Sweeney",

0 commit comments

Comments
 (0)