Skip to content

Commit

Permalink
increase sdk version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Jun 13, 2019
1 parent 0539a72 commit 4ceaf45
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Removed

Fixed
-----

[1.1.1] - 2019-06-13
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- fixed compatibility with Rasa SDK
- bot responses can contain ``custom`` messages besides other message types

[1.1.0] - 2019-06-13
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packaging==19.0
gevent==1.4.0
pytz==2019.1
python-dateutil==2.8.0
rasa-sdk~=1.0.0rc4
rasa-sdk~=1.1.0
colorclass==2.2.0
terminaltables==3.1.0
sanic==19.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"gevent~=1.4",
"pytz~=2019.1",
"python-dateutil~=2.8",
"rasa-sdk~=1.0.0rc4",
"rasa-sdk~=1.1.0",
"colorclass~=2.2",
"terminaltables~=3.1",
"sanic~=19.3.1",
Expand Down

0 comments on commit 4ceaf45

Please sign in to comment.