Skip to content

Commit

Permalink
Merge pull request #422 from RasaHQ/prepare-release-2.4.1
Browse files Browse the repository at this point in the history
prepared release of version 2.4.1
  • Loading branch information
Yenny Cheung authored Mar 23, 2021
2 parents 6665a3f + eeec7ca commit ea4188c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.4.1] - 2021-03-23


### Bugfixes
- [#419](https://github.com/rasahq/rasa/issues/419): Missing `typing_extensions` module added

Minor dependency updates
- [#8223](https://github.com/rasahq/rasa/issues/8223): `utter_message` in `CollectingDispatcher` now explicitly takes in both `response` and `template`. Note that the parameter `template` will be deprecated in Rasa SDK 3.0.0. Please use `dispatcher.utter_message(response=...)` instead.


## [2.4.0] - 2021-03-11


Expand Down
3 changes: 0 additions & 3 deletions changelog/419.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/8223.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "2.4.0"
version = "2.4.1"
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
authors = [ "Rasa Technologies GmbH <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "2.4.0"
__version__ = "2.4.1"

0 comments on commit ea4188c

Please sign in to comment.