From 799a4703f2d2880ed6036eb88725fc81e2c5d757 Mon Sep 17 00:00:00 2001 From: Daksh Date: Tue, 10 Nov 2020 11:24:38 +0100 Subject: [PATCH] prepared release of version 2.0.5 --- CHANGELOG.mdx | 7 +++++++ changelog/7200.bugfix.md | 1 - pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog/7200.bugfix.md diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 4ac74ce48a53..ba2574a8483c 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/master/changelog/ . --> +## [2.0.5] - 2020-11-10 + + +### Bugfixes +- [#7200](https://github.com/rasahq/rasa/issues/7200): Fix a bug because of which only one retrieval intent was present in `all_retrieval_intent` key of the output of `ResponseSelector` even if there were multiple retrieval intents present in the training data. + + ## [2.0.4] - 2020-11-08 diff --git a/changelog/7200.bugfix.md b/changelog/7200.bugfix.md deleted file mode 100644 index cd10e8aafc8c..000000000000 --- a/changelog/7200.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix a bug because of which only one retrieval intent was present in `all_retrieval_intent` key of the output of `ResponseSelector` even if there were multiple retrieval intents present in the training data. diff --git a/pyproject.toml b/pyproject.toml index 5dcc7bf1571d..c0f619232caa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "2.0.4" +version = "2.0.5" 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 ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa/version.py b/rasa/version.py index eaa9d963da11..6eefd543e86d 100644 --- a/rasa/version.py +++ b/rasa/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "2.0.4" +__version__ = "2.0.5"