Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge branch '0.13.x' into e2e-eval-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Mar 28, 2019
2 parents fb7107a + 054b6bc commit 54d9e73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.6
2 changes: 1 addition & 1 deletion rasa_core/channels/rasa_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, url, admin_token=None):
self.admin_token = admin_token

def _check_token(self, token):
url = "{}/users/me".format(self.base_url)
url = "{}/user".format(self.base_url)
headers = {"Authorization": token}
logger.debug("Requesting user information from auth server {}."
"".format(url))
Expand Down
3 changes: 1 addition & 2 deletions rasa_core/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

__version__ = '0.13.4'
__version__ = '0.13.5'

0 comments on commit 54d9e73

Please sign in to comment.